mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update config() to config_cache()
This commit is contained in:
parent
c65d03788b
commit
7873b7ecc5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue