Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit d7f0492

Browse files
committed
Added make:jwt in reload:all
1 parent a970ab2 commit d7f0492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Console/Commands/ReloadAllCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function handle()
3939
$this->call('reload:cache');
4040
$this->call('reload:db');
4141
$this->call('storage:link');
42+
$this->call('make:jwt');
4243

4344
if ($this->option('dev')) {
4445
$this->call('db:seed', [

0 commit comments

Comments
 (0)