JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "DatabaseRefreshed.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/laravel/framework/src/Illuminate/Database/Events/DatabaseRefreshed.php
File size: 476 bytes
MIME-type: text/x-php
Charset: utf-8

<?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,
    ) {
        //
    }
}