mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fix , in function
This commit is contained in:
parent
4da69b5c09
commit
8a21347547
|
|
@ -125,7 +125,7 @@ class RouterTest extends \PHPUnit\Framework\TestCase
|
|||
$router->route(
|
||||
(new Request(
|
||||
new Http('http://test.com/backend/admin/settings/csrf/something?test')
|
||||
))->getUri()->getRoute(),
|
||||
))->getUri()->getRoute()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user