mirror of
https://github.com/flarum/core.git
synced 2025-08-13 11:54:32 +02:00
Simplify the bootstrap file (#128)
This commit is contained in:
committed by
Franz Liedke
parent
dfaf0eb0f3
commit
4c2fc9d414
@@ -9,8 +9,4 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Flarum\Extend;
|
||||
|
||||
return [
|
||||
new Extend\LanguagePack
|
||||
];
|
||||
return new Flarum\Extend\LanguagePack;
|
||||
|
Reference in New Issue
Block a user