koel/app/Events/LibraryChanged.php
2018-08-19 11:06:31 +02:00

7 lines
69 B
PHP

<?php
namespace App\Events;
class LibraryChanged extends Event
{
}