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

File size: 105B
<?php

namespace Illuminate\Database\Events;

class MigrationsStarted extends MigrationsEvent
{
    //
}