Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 54d6419

Browse files
committed
Fix error with merge config
1 parent 2bc8335 commit 54d6419

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/JSRoutesServiceProvider.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66

77
class JSRoutesServiceProvider extends ServiceProvider
88
{
9-
public function boot()
9+
public function register()
1010
{
1111
$this->mergeConfigFrom(__DIR__ . '/config/jsroutes.php', 'jsroutes');
12-
}
1312

14-
public function register()
15-
{
1613
$this->commands([
1714
Console\CreateJSRoutesCommand::class
1815
]);

0 commit comments

Comments
 (0)