mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +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.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Flarum\Extend;
|
return new Flarum\Extend\LanguagePack;
|
||||||
|
|
||||||
return [
|
|
||||||
new Extend\LanguagePack
|
|
||||||
];
|
|
||||||
|
Reference in New Issue
Block a user