X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f5077c17f4c0d968740d8143978bf4d4e0b9597b..refs/pull/3406/head:/app/Exceptions/NotifyException.php diff --git a/app/Exceptions/NotifyException.php b/app/Exceptions/NotifyException.php index ced478090..307916db7 100644 --- a/app/Exceptions/NotifyException.php +++ b/app/Exceptions/NotifyException.php @@ -11,9 +11,6 @@ class NotifyException extends Exception implements Responsable public $redirectLocation; protected $status; - /** - * NotifyException constructor. - */ public function __construct(string $message, string $redirectLocation = '/', int $status = 500) { $this->message = $message;