File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Database/Events
Upload
[..]
MigrationSkipped.php (377 B)
Edit
Rename
Del
MigrationsEnded.php (103 B)
Edit
Rename
Del
MigrationsPruned.php (836 B)
Edit
Rename
Del
NoPendingMigrations.php (360 B)
Edit
Rename
Del
SchemaDumped.php (745 B)
Edit
Rename
Del
StatementPrepared.php (391 B)
Edit
Rename
Del
Edit: StatementPrepared.php
<?php namespace Illuminate\Database\Events; class StatementPrepared { /** * Create a new event instance. * * @param \Illuminate\Database\Connection $connection The database connection instance. * @param \PDOStatement $statement The PDO statement. */ public function __construct( public $connection, public $statement, ) { } }
Simpan