Skip to content

Commit

Permalink
Update BootpackCreatePackage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored Oct 5, 2017
1 parent f0d0b1a commit 19226d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/BootpackCreatePackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ public function handle()
$this->comment('Registering the service provider in the current laravel application...');

Helpers::strReplaceFile(
'ConsoleTVs\\Bootpack\\BootpackServiceProvider::class',
"ConsoleTVs\\Bootpack\\BootpackServiceProvider::class,\n\t\t"
'App\\Providers\\RouteServiceProvider::class,',
"App\\Providers\\RouteServiceProvider::class,\n\t\t"
. $package->namespace . "\\" . ucfirst($p_name) . 'ServiceProvider::class',
base_path('config/app.php')
);
Expand Down

0 comments on commit 19226d0

Please sign in to comment.