mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +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 our service provider with the Flarum application. In here we can
|
||||||
// register bindings and execute code when the application boots.
|
// 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