Event.php 61 B

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