From ba86b4a2c5dbe2ceb7b9cf6ebf345a532e6b96be Mon Sep 17 00:00:00 2001 From: Narendra Vaghela Date: Tue, 3 Jul 2018 17:23:56 +0530 Subject: [PATCH] Remove plugin routes --- tests/config/routes.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/config/routes.php b/tests/config/routes.php index f58bd8f..641c09b 100644 --- a/tests/config/routes.php +++ b/tests/config/routes.php @@ -67,9 +67,3 @@ */ $routes->fallbacks(DashedRoute::class); }); - -/** - * Load all plugin routes. See the Plugin documentation on - * how to customize the loading of plugin routes. - */ -Plugin::routes();