File manager - Edit - /home/autoph/public_html/projects/aha-api/vendor/laravel/framework/src/Illuminate/Database/Events/DatabaseBusy.php
Back
<?php namespace Illuminate\Database\Events; class DatabaseBusy { /** * The database connection name. * * @var string */ public $connectionName; /** * The number of open connections. * * @var int */ public $connections; /** * Create a new event instance. * * @param string $connectionName * @param int $connections */ public function __construct($connectionName, $connections) { $this->connectionName = $connectionName; $this->connections = $connections; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings