Skip to content

Commit 2c31f48

Browse files
committed
Remove Nette\Object
1 parent 20e9072 commit 2c31f48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/src/Fixtures/RouterFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
use Nette\Application\IRouter;
88
use Nette\Application\Routers\Route;
99
use Nette\Application\Routers\RouteList;
10-
use Nette\Object;
1110

1211
/**
1312
* @author Jáchym Toušek <[email protected]>
1413
*/
15-
class RouterFactory extends Object
14+
class RouterFactory
1615
{
1716
/**
1817
* @return IRouter

0 commit comments

Comments
 (0)