mirror of
https://github.com/flarum/framework.git
synced 2025-04-08 15:50:19 +08:00
Assume a Flarum\Support\ServiceProvider context in bootstrap.php
This commit is contained in:
parent
ce2e90ecf9
commit
bbe863d401
@ -6,4 +6,4 @@ require __DIR__.'/vendor/autoload.php';
|
||||
|
||||
// Register our service provider with the Flarum application. In here we can
|
||||
// register bindings and execute code when the application boots.
|
||||
return $app->register('Flarum\Categories\CategoriesServiceProvider');
|
||||
return $this->app->register('Flarum\Categories\CategoriesServiceProvider');
|
||||
|
Loading…
x
Reference in New Issue
Block a user