File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Database/Events
Upload
[..]
ConnectionEstablished.php (109 B)
Edit
Rename
Del
ConnectionEvent.php (593 B)
Edit
Rename
Del
DatabaseRefreshed.php (445 B)
Edit
Rename
Del
MigrationEnded.php (101 B)
Edit
Rename
Del
MigrationEvent.php (958 B)
Edit
Rename
Del
MigrationSkipped.php (377 B)
Edit
Rename
Del
MigrationStarted.php (103 B)
Edit
Rename
Del
MigrationsEnded.php (103 B)
Edit
Rename
Del
MigrationsEvent.php (543 B)
Edit
Rename
Del
MigrationsPruned.php (836 B)
Edit
Rename
Del
MigrationsStarted.php (105 B)
Edit
Rename
Del
ModelPruningFinished.php (300 B)
Edit
Rename
Del
ModelsPruned.php (355 B)
Edit
Rename
Del
NoPendingMigrations.php (360 B)
Edit
Rename
Del
SchemaDumped.php (745 B)
Edit
Rename
Del
SchemaLoaded.php (745 B)
Edit
Rename
Del
StatementPrepared.php (391 B)
Edit
Rename
Del
TransactionBeginning.php (108 B)
Edit
Rename
Del
TransactionCommitted.php (108 B)
Edit
Rename
Del
TransactionRolledBack.php (109 B)
Edit
Rename
Del
Edit: 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 */ public function __construct( public ?string $database = null, public bool $seeding = false, ) { } }
Simpan