Commaaa2
This commit is contained in:
@@ -8,7 +8,7 @@ use Illuminate\Database\Migrations\Migration;
|
||||
abstract class MigrationEvent implements MigrationEventContract
|
||||
{
|
||||
/**
|
||||
* An migration instance.
|
||||
* A migration instance.
|
||||
*
|
||||
* @var \Illuminate\Database\Migrations\Migration
|
||||
*/
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
|
||||
namespace Illuminate\Database\Events;
|
||||
|
||||
use Illuminate\Contracts\Database\Events\MigrationEvent as MigrationEventContract;
|
||||
|
||||
class MigrationsEnded implements MigrationEventContract
|
||||
class MigrationsEnded extends MigrationsEvent
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
|
||||
namespace Illuminate\Database\Events;
|
||||
|
||||
use Illuminate\Contracts\Database\Events\MigrationEvent as MigrationEventContract;
|
||||
|
||||
class MigrationsStarted implements MigrationEventContract
|
||||
class MigrationsStarted extends MigrationsEvent
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user