sqrl-test/app/Events/ExampleEvent.php

17 lines
203 B
PHP
Raw Normal View History

2020-08-10 11:36:23 +00:00
<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}