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('/');*/ )->start('/');*/
// @akaunting change start // @akaunting change start
return (string) str( return (string) route($this->updateRoute->getName());
route($this->updateRoute->getName())
);
// @akaunting change end // @akaunting change end
} }