mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
8 lines
62 B
PHP
8 lines
62 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
abstract class Event
|
|
{
|
|
//
|
|
}
|