Skip to content

Commit c0ead3d

Browse files
Fix a bug
1 parent e767fd9 commit c0ead3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ServiceProvider extends AddonServiceProvider
2222
],
2323
];
2424

25-
public function boot()
25+
public function bootAddon()
2626
{
2727
$this->addCollectionHook();
2828
}

0 commit comments

Comments
 (0)