Skip to content

Commit 97fa923

Browse files
authored
v3.1.1
* 🔧 Update the `navi:make` command signature (Fixes #87) (#88)
1 parent 1a0feca commit 97fa923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Navi
55
* Plugin URI: https://github.com/log1x/navi
66
* Description: A developer-friendly alternative to the WordPress NavWalker.
7-
* Version: 3.1.0
7+
* Version: 3.1.1
88
* Author: Brandon Nifong
99
* Author URI: https://github.com/log1x
1010
*/

src/Console/NaviMakeCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class NaviMakeCommand extends GeneratorCommand
2121
*
2222
* @var string
2323
*/
24-
protected $name = 'make:navi';
24+
protected $name = 'navi:make';
2525

2626
/**
2727
* The type of file being generated.

0 commit comments

Comments
 (0)