Skip to content

Commit

Permalink
fix: remove dash from code
Browse files Browse the repository at this point in the history
remove dash from code
  • Loading branch information
erkenes committed Apr 11, 2023
1 parent 215b45b commit ce9f656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/QrCodeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function generateQrCodeAction(string $shortIdentifier, string $shortType
$this->response->setHttpHeader('Pragma', 'public');
$this->response->setHttpHeader('Last-Modified', gmdate('D, d M Y H:i:s') . ' GMT');
$this->response->setContent($resource->getStream());
-
throw new StopActionException();

throw new StopActionException();
}
}

0 comments on commit ce9f656

Please sign in to comment.