mirror of
https://github.com/koel/koel
synced 2024-11-14 00:17:13 +00:00
7 lines
69 B
PHP
7 lines
69 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
class LibraryChanged extends Event
|
|
{
|
|
}
|