Skip to content

Commit ae9e0da

Browse files
committed
minor #6836 Update dashboards.rst (LaurentMarquet)
This PR was merged into the 4.x branch. Discussion ---------- Update dashboards.rst With the use of AdminDashboard we don't need this use anymore <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- feefc42 Update dashboards.rst
2 parents 902348b + feefc42 commit ae9e0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/dashboards.rst

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Now, define the main route of your dashboard class using the following PHP attri
8686
use EasyCorp\Bundle\EasyAdminBundle\Config\Dashboard;
8787
use EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractDashboardController;
8888
use Symfony\Component\HttpFoundation\Response;
89-
use Symfony\Component\Routing\Attribute\Route;
9089

9190
#[AdminDashboard(routePath: '/admin', routeName: 'admin')]
9291
class DashboardController extends AbstractDashboardController

0 commit comments

Comments
 (0)