master

laravel/framework

Last updated at: 29/12/2023 09:22

MigrationEnded.php

TLDR

This file defines the MigrationEnded class which extends the MigrationEvent class.

Classes

MigrationEnded

The MigrationEnded class is a subclass of the MigrationEvent class. It does not have any additional functionality or methods.

<?php

namespace Illuminate\Database\Events;

class MigrationEnded extends MigrationEvent
{
    //
}