Merge branch 'next' of github.com:coollabsio/coolify into next

This commit is contained in:
Andras Bacsai 2024-06-13 14:48:26 +02:00
commit f1562ccfd5

View File

@ -969,6 +969,7 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
$nixpacks_php_root_dir->application_id = $this->application->id; $nixpacks_php_root_dir->application_id = $this->application->id;
$nixpacks_php_root_dir->save(); $nixpacks_php_root_dir->save();
} }
return [$nixpacks_php_fallback_path, $nixpacks_php_root_dir]; return [$nixpacks_php_fallback_path, $nixpacks_php_root_dir];
} }