Larastan: Update UndoSharePipeline.php (Undefined variable: $status)

pull/6242/head
Shlee 2 weeks ago committed by GitHub
parent 1a0047d868
commit a647ad435c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,8 +76,7 @@ class UndoSharePipeline implements ShouldQueue
public function remoteAnnounceDeliver()
{
if (config('app.env') !== 'production' || (bool) config_cache('federation.activitypub.enabled') == false) {
$status->delete();
$this->status->delete();
return 1;
}

Loading…
Cancel
Save