@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | */ |
14 | 14 | public function boot() |
15 | 15 | { |
16 | - $this->loadViewsFrom(__DIR__. '/views', 'dscan'); |
|
16 | + $this->loadViewsFrom(__DIR__.'/views', 'dscan'); |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | /** |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | */ |
24 | 24 | public function register() |
25 | 25 | { |
26 | - include __DIR__. '/routes/web.php'; |
|
26 | + include __DIR__.'/routes/web.php'; |
|
27 | 27 | $this->app->make('Azak1r\Dscan\DscanController'); |
28 | 28 | } |
29 | 29 | } |
@@ -9,6 +9,6 @@ |
||
9 | 9 | { |
10 | 10 | public function index() |
11 | 11 | { |
12 | - return view('dscan::index'); |
|
12 | + return view('dscan::index'); |
|
13 | 13 | } |
14 | 14 | } |
@@ -1,4 +1,4 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | Route::get('/dscan', |
4 | - 'Azak1r\Dscan\DscanController@index'); |
|
5 | 4 | \ No newline at end of file |
5 | + 'Azak1r\Dscan\DscanController@index'); |
|
6 | 6 | \ No newline at end of file |