summaryrefslogtreecommitdiff
path: root/src/Exceptions/Handlers/Whoops.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exceptions/Handlers/Whoops.php')
-rw-r--r--src/Exceptions/Handlers/Whoops.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Exceptions/Handlers/Whoops.php b/src/Exceptions/Handlers/Whoops.php
index 807f5eb0..73352105 100644
--- a/src/Exceptions/Handlers/Whoops.php
+++ b/src/Exceptions/Handlers/Whoops.php
@@ -15,6 +15,11 @@ class Whoops extends Legacy implements HandlerInterface
/** @var Application */
protected $app;
+ /**
+ * Whoops constructor.
+ *
+ * @param Container $app
+ */
public function __construct(Container $app)
{
$this->app = $app;