Skip to content

Commit

Permalink
Remove Plugin::routes()
Browse files Browse the repository at this point in the history
When using the new plugin system this method is no longer necessary as
the plugin classes include routes during application startup.

Refs #593
  • Loading branch information
markstory committed May 25, 2018
1 parent 910634f commit ffeed12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,3 @@
*/
$routes->fallbacks(DashedRoute::class);
});

/**
* Load all plugin routes. See the Plugin documentation on
* how to customize the loading of plugin routes.
*/
Plugin::routes();

0 comments on commit ffeed12

Please sign in to comment.