Skip to content

Commit b07d7db

Browse files
committed
Renames method for clarity
Renames `createRouteModule` to `createRouteList` to better reflect its purpose of creating a list of routes.
1 parent d596ec4 commit b07d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/FancyAdminRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(
2424
protected AccountQueryFactory $accountQueryFactory,
2525
) {}
2626

27-
public function createRouteModule()
27+
public function createRouteList()
2828
{
2929
$routeList = new \ADT\Routing\RouteList();
3030

0 commit comments

Comments
 (0)