Skip to content

Commit

Permalink
updating cli prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jul 11, 2024
1 parent 3c4b50e commit c7675cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getDoc(): array
## RESOURCES
Service class will be created from this example:
https://github.com/infinum/eightshift-libs/blob/develop/src/AdminMenus/AdminPatternsHeaderFooterMenu/PatternsHeaderFooterExample.php
https://github.com/infinum/eightshift-libs/blob/develop/src/AdminMenus/AdminPatternsHeaderFooterMenu/AdminPatternsHeaderFooterMenuExample.php
"),
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
use WP_Query;

/**
* PatternsHeaderFooterExample class.
* AdminPatternsHeaderFooterMenuExample class.
*/
class PatternsHeaderFooterExample extends AbstractAdminMenu
class AdminPatternsHeaderFooterMenuExample extends AbstractAdminMenu
{
/**
* Patterns Capability.
Expand Down

0 comments on commit c7675cf

Please sign in to comment.