MigrationStarted.php
TLDR
This file contains a class MigrationStarted
in the Illuminate\Database\Events
namespace. It extends the MigrationEvent
class.
Classes
MigrationStarted
This class represents a migration started event. It extends the MigrationEvent
class, which provides common functionality for all migration events.
<?php
namespace Illuminate\Database\Events;
class MigrationStarted extends MigrationEvent
{
//
}