Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed May 15, 2024
1 parent 9617af5 commit b620e4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wordpress-plugin-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private function load_dependencies() {
/**
* The class responsible for defining all actions that occur in the admin area for update.
*/
require_once WORDPRESS_PLUGIN_BOILERPLATE_PLUGIN_PATH . 'admin/update/class-wordpress-plugin-boilerplate-update.php';
require_once WORDPRESS_PLUGIN_BOILERPLATE_PLUGIN_PATH . 'admin/update/wordpress-plugin-boilerplate-update.php';

/**
* The class responsible for defining all actions that occur in the public-facing
Expand Down

0 comments on commit b620e4e

Please sign in to comment.