View file vendor/illuminate/database/Events/MigrationStarted.php

File size: 103B
<?php

namespace Illuminate\Database\Events;

class MigrationStarted extends MigrationEvent
{
    //
}