Skip to content

Commit

Permalink
remove cached application
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Jan 31, 2024
1 parent 68b1bd0 commit 78fb1f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Protocols/Pusher/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ public function verify(RequestInterface $request, Connection $connection, $appId
*/
protected function setApplication(?string $appId): Application
{
if ($this->application) {
return $this->application;
}

if (! $appId) {
throw new HttpException(400, 'Application ID not provided.');
}
Expand Down

0 comments on commit 78fb1f6

Please sign in to comment.