Initial revision

This commit is contained in:
Deon George
2020-08-10 21:36:23 +10:00
commit fde1ee1826
39 changed files with 830 additions and 0 deletions

View File

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