master

laravel/framework

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

MigrationStarted.php

TLDR

This file contains a class MigrationStarted in the Illuminate\Database\Events namespace. It extends the MigrationEvent class.

Classes

MigrationStarted

This class represents a migration started event. It extends the MigrationEvent class, which provides common functionality for all migration events.

<?php

namespace Illuminate\Database\Events;

class MigrationStarted extends MigrationEvent
{
    //
}