1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 02:01:19 +02:00

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";
});
}