mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-12 10:55:12 +00:00
17 lines
203 B
PHP
17 lines
203 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
class ExampleEvent extends Event
|
|
{
|
|
/**
|
|
* Create a new event instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
//
|
|
}
|
|
}
|