mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-05 01:35:19 +00:00
refactor(redirect): replace redirect calls with redirectRoute helper for consistency
This commit is contained in:
@@ -95,7 +95,7 @@ class Docker extends Component
|
||||
]);
|
||||
}
|
||||
}
|
||||
$this->redirect(route('destination.show', $docker->uuid));
|
||||
redirectRoute($this, 'destination.show', [$docker->uuid]);
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user