Skip to content

Commit

Permalink
Merge branch 'laravel-5' of github.com:tymondesigns/jwt-auth into lar…
Browse files Browse the repository at this point in the history
…avel-5
  • Loading branch information
tymondesigns committed Feb 22, 2015
2 parents 92f411e + 4151fda commit 9a6b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/JWTGenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function fire()
return $this->line('<comment>'.$key.'</comment>');
}

$path = base_path('.env');
$path = config_path('jwt.php');

if (file_exists($path)) {
file_put_contents($path, str_replace(
Expand Down

0 comments on commit 9a6b3c6

Please sign in to comment.