formatting

This commit is contained in:
Denis Duliçi 2023-12-10 13:25:58 +00:00
parent 6513de2d40
commit be6abd4edf
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ class HandleRequests
)->start('/');*/
// @akaunting change start
return (string) str(
route($this->updateRoute->getName())
);
return (string) route($this->updateRoute->getName());
// @akaunting change end
}