%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex_o/test/vendor/laravel/framework/src/Illuminate/Database/Events/
Upload File :
Create Path :
Current File : /www/loslex_o/test/vendor/laravel/framework/src/Illuminate/Database/Events/DatabaseRefreshed.php

<?php

namespace Illuminate\Database\Events;

use Illuminate\Contracts\Database\Events\MigrationEvent as MigrationEventContract;

class DatabaseRefreshed implements MigrationEventContract
{
    /**
     * Create a new event instance.
     *
     * @param  string|null  $database
     * @param  bool  seeding
     * @return void
     */
    public function __construct(
        public ?string $database = null,
        public bool $seeding = false
    ) {
        //
    }
}

Zerion Mini Shell 1.0