formatting
This commit is contained in:
parent
6513de2d40
commit
be6abd4edf
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue