MigrationEnded.php
TLDR
This file defines the MigrationEnded
class which extends the MigrationEvent
class.
Classes
MigrationEnded
The MigrationEnded
class is a subclass of the MigrationEvent
class. It does not have any additional functionality or methods.
<?php
namespace Illuminate\Database\Events;
class MigrationEnded extends MigrationEvent
{
//
}