MigrationEvent.php 92 B

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