Update Inbox

This commit is contained in:
Daniel Supernault 2019-04-18 00:36:31 -06:00
parent 53e430ac39
commit 2e56b353c6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class Inbox
public function handle()
{
abort_if(!Helpers::validateObject($this->payload), 400);
$this->handleVerb();
}