Skip to content

Commit

Permalink
chore: update some
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 15, 2022
1 parent 7305450 commit 0e627af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Console/Command/EnvCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class EnvCommand extends Command
{
protected static string $name = 'env';

protected static string $desc = 'a test command';
protected static string $desc = 'print system ENV information';

/**
* print system ENV information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license MIT
*/

namespace Inhere\Kite\Console\Controller;
namespace Inhere\Kite\Console\Controller\Filesystem;

use Inhere\Console\Controller;
use Inhere\Console\IO\Output;
Expand Down

0 comments on commit 0e627af

Please sign in to comment.