We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0feca commit 97fa923Copy full SHA for 97fa923
plugin.php
@@ -4,7 +4,7 @@
4
* Plugin Name: Navi
5
* Plugin URI: https://github.com/log1x/navi
6
* Description: A developer-friendly alternative to the WordPress NavWalker.
7
- * Version: 3.1.0
+ * Version: 3.1.1
8
* Author: Brandon Nifong
9
* Author URI: https://github.com/log1x
10
*/
src/Console/NaviMakeCommand.php
@@ -21,7 +21,7 @@ class NaviMakeCommand extends GeneratorCommand
21
*
22
* @var string
23
24
- protected $name = 'make:navi';
+ protected $name = 'navi:make';
25
26
/**
27
* The type of file being generated.
0 commit comments