Event.php 62 B

12345678
  1. <?php
  2. namespace App\Events;
  3. abstract class Event
  4. {
  5. //
  6. }