MigrationEvent.php 92 B

12345678
  1. <?php
  2. namespace Illuminate\Contracts\Database\Events;
  3. interface MigrationEvent
  4. {
  5. //
  6. }