Event.php
Go to the documentation of this file.
1 <?php
2 
3 namespace App\Events;
4 
5 abstract class Event
6 {
7  //
8 }