@@ -6,7 +6,7 @@ |
||
6 | 6 | { |
7 | 7 | protected $app; |
8 | 8 | |
9 | - public function __construct($router='') |
|
9 | + public function __construct($router = '') |
|
10 | 10 | { |
11 | 11 | $this->app = $router; |
12 | 12 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function boot() |
14 | 14 | { |
15 | - // |
|
15 | + // |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | /** |