Completed
Push — master ( 0c0a07...85110e )
by Unnawut
41s
created
src/QwatcherServiceProvider.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -45,13 +45,13 @@  discard block
 block discarded – undo
45 45
     public function register()
46 46
     {
47 47
         /**
48
-        * publish migrations
49
-        */
48
+         * publish migrations
49
+         */
50 50
         $this->publishes([__DIR__ . '/../database/migrations' => database_path('migrations')], 'migrations');
51 51
 
52 52
         /**
53
-        * Register Facade
54
-        */
53
+         * Register Facade
54
+         */
55 55
         $this->app->bind('Qwatch', function () {
56 56
             return (new Qwatcher);
57 57
         });
@@ -62,8 +62,8 @@  discard block
 block discarded – undo
62 62
         include __DIR__.'/routes.php';
63 63
 
64 64
         /**
65
-        * Register artisan Commands
66
-        */
65
+         * Register artisan Commands
66
+         */
67 67
         // $this->commands([
68 68
         //     \Maqe\Qwatcher\Commands\SomeCommand1::class,
69 69
         //     \Maqe\Qwatcher\Commands\SomeCommand2::class
Please login to merge, or discard this patch.