File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Database/Events
Upload
[..]
MigrationSkipped.php (377 B)
Edit
Rename
Del
NoPendingMigrations.php (360 B)
Edit
Rename
Del
Edit: MigrationSkipped.php
<?php namespace Illuminate\Database\Events; use Illuminate\Contracts\Database\Events\MigrationEvent; class MigrationSkipped implements MigrationEvent { /** * Create a new event instance. * * @param string $migrationName The name of the migration that was skipped. */ public function __construct( public $migrationName, ) { } }
Simpan