mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
Return the provider so core can store a reference to it
This commit is contained in:
parent
840cc84724
commit
f873fd0600
@ -6,4 +6,4 @@ require 'vendor/autoload.php';
|
||||
|
||||
// Register our service provider with the Flarum application. In here we can
|
||||
// register bindings and execute code when the application boots.
|
||||
$app->register('Flarum\Categories\CategoriesServiceProvider');
|
||||
return $app->register('Flarum\Categories\CategoriesServiceProvider');
|
||||
|
Loading…
x
Reference in New Issue
Block a user