mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
Split up old CoreServiceProvider
This commit is contained in:
@@ -30,4 +30,14 @@ class ExtensionServiceProvider extends AbstractServiceProvider
|
||||
$this->app->call($bootstrapper);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
$events = $this->app->make('events');
|
||||
|
||||
$events->subscribe('Flarum\Extension\DefaultLanguagePackGuard');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user