Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I could have sworn they use to return FALSE on empty or not found. Might want to change your code in XFMG then [code]$mediaIds = $mediaItemFinder->pluckFrom('media_id')->fetch(1000);if (!$mediaIds){ return $this->complete();}[/code]
I could have sworn they use to return FALSE on empty or not found.
Might want to change your code in XFMG then
[code]
$mediaIds = $mediaItemFinder->pluckFrom('media_id')->fetch(1000);
if (!$mediaIds)
{
return $this->complete();
}
[/code]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences