View file vendor/laravel/framework/src/Illuminate/Database/Events/MigrationStarted.php

File size: 103B
<?php

namespace Illuminate\Database\Events;

class MigrationStarted extends MigrationEvent
{
    //
}