Files
2021-06-01 10:17:03 +02:00

9 lines
92 B
PHP

<?php
namespace Illuminate\Contracts\Database\Events;
interface MigrationEvent
{
//
}