1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Apply fixes from StyleCI (#1561)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke
2018-09-01 23:35:37 +02:00
committed by GitHub
parent 5374f8a352
commit 5a9b47cdf7

View File

@@ -65,7 +65,7 @@ class Site
{
$extenderFile = "$basePath/extend.php";
if (!file_exists($extenderFile)) {
if (! file_exists($extenderFile)) {
return [];
}