Файловый менеджер - Редактировать - /home/autoovt/www/DatabaseBusy.php.tar
Назад
home/autoovt/www/vendor-old/laravel/framework/src/Illuminate/Database/Events/DatabaseBusy.php 0000666 00000001103 14765560132 0026447 0 ustar 00 <?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 |
Github
|
.
| PHP 5.4.45 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка