芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/MaintenanceModeManager.php
container->make('cache'), $this->config->get('app.maintenance.store') ?: $this->config->get('cache.default'), 'illuminate:foundation:down' ); } /** * Get the default driver name. * * @return string */ public function getDefaultDriver(): string { return $this->config->get('app.maintenance.driver', 'file'); } }