mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 12:34:39 +00:00
fix: deployment_uuid -> type_uuid
This commit is contained in:
@@ -56,7 +56,7 @@ class ApplicationController extends Controller
|
||||
if (!$application) {
|
||||
return redirect()->route('dashboard');
|
||||
}
|
||||
$activity = Activity::where('properties->deployment_uuid', '=', $deployment_uuid)->first();
|
||||
$activity = Activity::where('properties->type_uuid', '=', $deployment_uuid)->first();
|
||||
|
||||
return view('project.application.deployment', [
|
||||
'application' => $application,
|
||||
|
||||
Reference in New Issue
Block a user