mirror of
https://github.com/flarum/core.git
synced 2025-07-22 17:21:27 +02:00
Assume a Flarum\Support\ServiceProvider context in bootstrap.php
This commit is contained in:
@@ -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\Sticky\StickyServiceProvider');
|
||||
return $this->app->register('Flarum\Sticky\StickyServiceProvider');
|
||||
|
Reference in New Issue
Block a user