mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
parent
5374f8a352
commit
5a9b47cdf7
|
@ -65,7 +65,7 @@ class Site
|
|||
{
|
||||
$extenderFile = "$basePath/extend.php";
|
||||
|
||||
if (!file_exists($extenderFile)) {
|
||||
if (! file_exists($extenderFile)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user