Skip to content

Commit 28dc420

Browse files
committedDec 13, 2024·
bug #6645 Fix reference to ROUTE_LOADER_TYPE constant (gisostallenberg)
This PR was merged into the 4.x branch. Discussion ---------- Fix reference to ROUTE_LOADER_TYPE constant Commits ------- b141ea0 Fix reference to ROUTE_LOADER_TYPE constant
2 parents a66ae73 + b141ea0 commit 28dc420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎doc/dashboards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ first in your application. To do so, create this file:
7474
.. note::
7575

7676
The ``easyadmin.routes`` string is also available as the PHP constant
77-
``EasyCorp\Bundle\EasyAdminBundle\Router::ROUTE_LOADER_TYPE``.
77+
``\EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader::ROUTE_LOADER_TYPE``.
7878

7979
Now, define the main route of your dashboard class using a PHP attribute in the
8080
``index()`` method of that controller (if you don't have a Dashboard yet, you can

0 commit comments

Comments
 (0)
Please sign in to comment.