Skip to content

Commit 9a6b3c6

Browse files
committed
Merge branch 'laravel-5' of github.com:tymondesigns/jwt-auth into laravel-5
2 parents 92f411e + 4151fda commit 9a6b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/JWTGenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function fire()
3535
return $this->line('<comment>'.$key.'</comment>');
3636
}
3737

38-
$path = base_path('.env');
38+
$path = config_path('jwt.php');
3939

4040
if (file_exists($path)) {
4141
file_put_contents($path, str_replace(

0 commit comments

Comments
 (0)