Apply fixes from StyleCI (#1551)

[ci skip] [skip ci]
This commit is contained in:
Toby Zerner 2018-08-18 12:13:40 +09:30 committed by GitHub
parent 5f4717da2a
commit 9cb85066fe

View File

@ -58,6 +58,7 @@ class ExtensionAssets implements AssetInterface
$sources->addString(function () {
$name = $this->extension->getId();
return "flarum.extensions['$name']=module.exports";
});
}