Fix update script

This commit is contained in:
Pig Fang 2019-05-03 11:55:23 +08:00
parent 47d1f50cb2
commit 7982ae2661
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<?php
use Artisan;
\Illuminate\Console\Application::starting(function ($artisan) {
$artisan->resolveCommands([\Laravel\Passport\Console\KeysCommand::class]);
});

View File

@ -0,0 +1,3 @@
## Fixed
- Fixed update script

View File

@ -0,0 +1,3 @@
## 修复
- 修复升级脚本