Skip to content

Commit 6b92a09

Browse files
committed
Allow user to override default packages routes. See #69
1 parent e1e8ef6 commit 6b92a09

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/vendor/
22
/.idea
3-
composer.lock
3+
composer.lock

src/Providers/AdminLTETemplateServiceProvider.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ public function register()
3636
*/
3737
public function boot()
3838
{
39-
$this->app->booted(function () {
40-
$this->defineRoutes();
41-
});
42-
39+
$this->defineRoutes();
4340
$this->publishHomeController();
4441
$this->changeAuthController();
4542
$this->publishPublicAssets();

0 commit comments

Comments
 (0)