@@ -13,6 +13,9 @@ |
||
13 | 13 | protected $app; |
14 | 14 | |
15 | 15 | |
16 | + /** |
|
17 | + * @param \Illuminate\Foundation\Application $app |
|
18 | + */ |
|
16 | 19 | public function __construct($app) |
17 | 20 | { |
18 | 21 | $this->app = $app; |