fuc/vendor/illuminate/database/Events/MigrationEnded.php
2025-02-23 13:30:57 +08:00

9 lines
101 B
PHP
Executable File

<?php
namespace Illuminate\Database\Events;
class MigrationEnded extends MigrationEvent
{
//
}