Initial Commit

This commit is contained in:
2020-10-29 06:56:34 +00:00
commit 39cdd8e860
40 changed files with 6333 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()
{
//
}
}