🎉 Hello world

This commit is contained in:
2018-04-09 21:38:31 +02:00
commit 5173017624
41 changed files with 4709 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()
{
//
}
}