Skip to content

Commit e2e3077

Browse files
committed
Patch.
1 parent f0aa3f1 commit e2e3077

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Commands/SetupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/LaravelRestifyServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)