@@ -38,13 +38,13 @@ |
||
38 | 38 | public function register() |
39 | 39 | { |
40 | 40 | /** |
41 | - * publish migrations |
|
42 | - */ |
|
41 | + * publish migrations |
|
42 | + */ |
|
43 | 43 | $this->publishes([__DIR__ . '/../database/migrations' => database_path('migrations')], 'migrations'); |
44 | 44 | |
45 | 45 | /** |
46 | - * Register Facade |
|
47 | - */ |
|
46 | + * Register Facade |
|
47 | + */ |
|
48 | 48 | $this->app->bind('Qwatch', function () { |
49 | 49 | return (new Qwatcher); |
50 | 50 | }); |