Simplify the bootstrap file (#128)

This commit is contained in:
Toby Zerner 2018-06-22 19:19:23 +09:30 committed by Franz Liedke
parent dfaf0eb0f3
commit 4c2fc9d414

View File

@ -9,8 +9,4 @@
* file that was distributed with this source code.
*/
use Flarum\Extend;
return [
new Extend\LanguagePack
];
return new Flarum\Extend\LanguagePack;