Skip to content

Commit

Permalink
fix(core): 修复 app:version 命令被异常移除
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 8, 2018
1 parent 45eb532 commit 1b84c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
Commands\AppVersionCommand::class,
Commands\PackageCreateCommand::class,
Commands\PackageHandlerCommand::class,
Commands\InstallPasswordCommand::class,
Expand Down

0 comments on commit 1b84c09

Please sign in to comment.