Fix update script
This commit is contained in:
parent
47d1f50cb2
commit
7982ae2661
|
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
use Artisan;
|
||||
|
||||
\Illuminate\Console\Application::starting(function ($artisan) {
|
||||
$artisan->resolveCommands([\Laravel\Passport\Console\KeysCommand::class]);
|
||||
});
|
||||
3
resources/misc/changelogs/en/4.1.1.md
Normal file
3
resources/misc/changelogs/en/4.1.1.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
## Fixed
|
||||
|
||||
- Fixed update script
|
||||
3
resources/misc/changelogs/zh_CN/4.1.1.md
Normal file
3
resources/misc/changelogs/zh_CN/4.1.1.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
## 修复
|
||||
|
||||
- 修复升级脚本
|
||||
Loading…
Reference in New Issue
Block a user