Skip to content

Commit

Permalink
add default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed Jun 30, 2015
1 parent 7bcaa77 commit a922208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pingpong/Generators/GeneratorsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GeneratorsServiceProvider extends ServiceProvider
*/
public function boot()
{
$templatePath = config('generators.template_path');
$templatePath = config('generators.template_path', base_path('resources/pingpong/generators/stubs'));

$this->publishes([
__DIR__ . '/Stubs/' => $templatePath
Expand Down

0 comments on commit a922208

Please sign in to comment.