mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 00:04:59 +08:00
Simplify the bootstrap file (#128)
This commit is contained in:
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
|
|
||||||
];
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user