$data can turn into bool here
This commit is contained in:
parent
08f55f0358
commit
12add2fb64
|
@ -201,7 +201,7 @@ class Images
|
||||||
DI::cache()->set($cacheKey, $data);
|
DI::cache()->set($cacheKey, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $data;
|
return $data ?? [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user