MigrationEvent.php
TLDR
This file defines an interface called "MigrationEvent" in the namespace "Illuminate\Contracts\Database\Events".
Classes
<?php
namespace Illuminate\Contracts\Database\Events;
interface MigrationEvent
{
//
}
Last updated at: 29/12/2023 09:21
This file defines an interface called "MigrationEvent" in the namespace "Illuminate\Contracts\Database\Events".
<?php
namespace Illuminate\Contracts\Database\Events;
interface MigrationEvent
{
//
}