ponepaste/vendor/illuminate/database/Events/MigrationsEnded.php

9 lines
103 B
PHP
Raw Normal View History

<?php
namespace Illuminate\Database\Events;
2022-03-14 16:22:30 -04:00
class MigrationsEnded extends MigrationsEvent
{
//
}