c3lf-system-3/app/Events/ExampleEvent.php
Jan Felix Wiebe 3838496c84 init
2019-11-14 23:18:57 +01:00

16 lines
203 B
PHP

<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}