mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-13 07:00:08 +01:00
9 lines
103 B
PHP
9 lines
103 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Database\Events;
|
||
|
|
||
|
class MigrationStarted extends MigrationEvent
|
||
|
{
|
||
|
//
|
||
|
}
|