mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
8 lines
69 B
PHP
8 lines
69 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Events;
|
||
|
|
||
|
class LibraryChanged extends Event
|
||
|
{
|
||
|
}
|