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

File size: 92B
<?php

namespace Illuminate\Contracts\Database\Events;

interface MigrationEvent
{
    //
}