| Current File : /var/www/hrms.uiet.co.in/MetadataService/app/Events/ExampleEvent.php |
<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}