Нет описания

Event.php 62B

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