for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
//
}