Skip to content

Commit 8f570f4

Browse files
authored
Update LaravelDbDocServiceProvider.php
1 parent 2b052d1 commit 8f570f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelDbDocServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function configurePackage(Package $package): void
2323
->hasCommand(LaravelDbDocCommand::class);
2424
}
2525

26-
public function bootingPackage()
26+
public function packageBooted()
2727
{
2828
LaravelDbDoc::routes();
2929
}

0 commit comments

Comments
 (0)