Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
* 🔧 Update the `navi:make` command signature (Fixes #87) (#88)
  • Loading branch information
Log1x authored Oct 21, 2024
1 parent 1a0feca commit 97fa923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Navi
* Plugin URI: https://github.com/log1x/navi
* Description: A developer-friendly alternative to the WordPress NavWalker.
* Version: 3.1.0
* Version: 3.1.1
* Author: Brandon Nifong
* Author URI: https://github.com/log1x
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Console/NaviMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class NaviMakeCommand extends GeneratorCommand
*
* @var string
*/
protected $name = 'make:navi';
protected $name = 'navi:make';

/**
* The type of file being generated.
Expand Down

0 comments on commit 97fa923

Please sign in to comment.