mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 13:04:17 +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.
|
||||
*/
|
||||
|
||||
use Flarum\Extend;
|
||||
|
||||
return [
|
||||
new Extend\LanguagePack
|
||||
];
|
||||
return new Flarum\Extend\LanguagePack;
|
||||
|
|
Loading…
Reference in New Issue
Block a user