CBF fixes.

This commit is contained in:
Buster Neece 2022-11-07 20:05:36 -06:00
parent daf27c21f0
commit f281c40247
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ final class BackgroundCustomAsset extends AbstractCustomAsset
$mtime = filemtime($path);
return Environment::getInstance()->getAssetUrl() . self::UPLOADS_URL_PREFIX . '/' . sprintf(
$pattern,
'.' . $mtime
);
$pattern,
'.' . $mtime
);
}
}