Upgrade code - step 1

This commit is contained in:
Fernando Ontiveros
2025-03-27 12:06:06 +00:00
parent fbd92c5964
commit 7f3ee186de
47635 changed files with 5941896 additions and 1779 deletions

View File

@@ -18,6 +18,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->bind(\Illuminate\Contracts\Foundation\MaintenanceMode::class, \Illuminate\Foundation\MaintenanceModeManager::class);
$this->app->bind(WorkCommand::class, function ($app) {
$isDownForMaintenance = function () {
return $this->app->isDownForMaintenance();