itskp-odense/vendor/illuminate/contracts/Database/Events/MigrationEvent.php

9 lines
92 B
PHP
Raw Normal View History

2021-06-01 08:17:03 +00:00
<?php
namespace Illuminate\Contracts\Database\Events;
interface MigrationEvent
{
//
}