fix: boarding
fix: error handling fix: restarting state
This commit is contained in:
@@ -18,7 +18,7 @@ class Show extends Component
|
||||
return redirect()->route('server.all');
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
return general_error_handler(err: $e, that: $this);
|
||||
return handleError($e, $this);
|
||||
}
|
||||
}
|
||||
public function render()
|
||||
|
||||
Reference in New Issue
Block a user