Update config() to config_cache()

This commit is contained in:
Daniel Supernault 2021-05-11 19:08:08 -06:00
parent c65d03788b
commit 7873b7ecc5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class StatusEntityLexer implements ShouldQueue
{
$status = $this->status;
if(config('pixelfed.bouncer.enabled')) {
if(config_cache('pixelfed.bouncer.enabled')) {
Bouncer::get($status);
}