Event.php 60 B

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