MigrationStarted.php 103 B

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