File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class SetupCommand extends Command
99{
1010 protected $ signature = 'restify:setup ' ;
1111
12- protected $ description = 'Should be run when you firstly instal the package. It will setup everything for you. ' ;
12+ protected $ description = 'Should be run when you firstly install the package. It will setup everything for you. ' ;
1313
1414 public function handle ()
1515 {
Original file line number Diff line number Diff line change @@ -88,10 +88,6 @@ protected function registerPublishing()
8888 ], 'restify-migrations ' );
8989 }
9090
91- $ this ->publishes ([
92- __DIR__ .'/../database/ ' => config_path ('restify.php ' ),
93- ], 'restify-config ' );
94-
9591 $ this ->mergeConfigFrom (__DIR__ .'/../config/config.php ' , 'restify ' );
9692 }
9793
You can’t perform that action at this time.
0 commit comments