Files
unified-restaurant-original/backend/app/Events/ExampleEvent.php
T
2021-04-20 17:06:51 -04:00

17 lines
203 B
PHP

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