mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
a ton 👷♂️
This commit is contained in:
@@ -37,7 +37,7 @@ class ApplicationController extends Controller
|
||||
if (!$application) {
|
||||
return redirect()->route('dashboard');
|
||||
}
|
||||
return view('project.application.deployments', ['application' => $application, 'deployments' => $application->deployments()]);
|
||||
return view('project.application.deployments', ['application' => $application]);
|
||||
}
|
||||
|
||||
public function deployment()
|
||||
|
||||
Reference in New Issue
Block a user