暂存
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Database\Events;
|
||||
|
||||
use Illuminate\Contracts\Database\Events\MigrationEvent;
|
||||
|
||||
class NoPendingMigrations implements MigrationEvent
|
||||
{
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param string $method The migration method that was called.
|
||||
*/
|
||||
public function __construct(
|
||||
public $method,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user