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 21, 2017
1 parent 4a103ae commit 2d83e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BootpackCreatePackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function handle()
Helpers::strReplaceFile(
'App\\Providers\\RouteServiceProvider::class,',
"App\\Providers\\RouteServiceProvider::class,\n\t\t"
. $package->namespace . "\\" . ucfirst($p_name) . 'ServiceProvider::class',
. $package->namespace . "\\" . ucfirst($p_name) . 'ServiceProvider::class,',
base_path('config/app.php')
);

Expand Down

0 comments on commit 2d83e92

Please sign in to comment.