Merge pull request #3460 from shleeable/staging-6

Update Inbox.php - add missing break on case
This commit is contained in:
daniel 2022-05-15 21:41:33 -06:00 committed by GitHub
commit 8b594acfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ class Inbox
if($story) {
StoryExpire::dispatch($story)->onQueue('story');
}
break;
default:
return;