|
@@ -26,13 +26,13 @@ discard block |
|
|
block discarded – undo |
|
26
|
26
|
} |
|
27
|
27
|
|
|
28
|
28
|
if ($this->app->runningInConsole()) { |
|
29
|
|
- $this->commands([\Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTE::class]); |
|
30
|
|
- $this->commands([\Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTEAlt::class]); |
|
31
|
|
- $this->commands([\Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTESidebar::class]); |
|
32
|
|
- $this->commands([\Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTESidebarAlt::class]); |
|
|
29
|
+ $this->commands([ \Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTE::class ]); |
|
|
30
|
+ $this->commands([ \Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTEAlt::class ]); |
|
|
31
|
+ $this->commands([ \Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTESidebar::class ]); |
|
|
32
|
+ $this->commands([ \Acacha\AdminLTETemplateLaravel\Console\PublishAdminLTESidebarAlt::class ]); |
|
33
|
33
|
} |
|
34
|
34
|
|
|
35
|
|
- $this->app->bind('AdminLTE', function () { |
|
|
35
|
+ $this->app->bind('AdminLTE', function() { |
|
36
|
36
|
return new \Acacha\AdminLTETemplateLaravel\AdminLTE(); |
|
37
|
37
|
}); |
|
38
|
38
|
|
|
@@ -71,7 +71,7 @@ discard block |
|
|
block discarded – undo |
|
71
|
71
|
if (!$this->app->routesAreCached()) { |
|
72
|
72
|
$router = app('router'); |
|
73
|
73
|
|
|
74
|
|
- $router->group(['namespace' => $this->getAppNamespace().'Http\Controllers'], function () { |
|
|
74
|
+ $router->group([ 'namespace' => $this->getAppNamespace().'Http\Controllers' ], function() { |
|
75
|
75
|
require __DIR__.'/../Http/routes.php'; |
|
76
|
76
|
}); |
|
77
|
77
|
} |
Please login to merge, or discard this patch.