Add use statement for add_filter function in Updater class #5

Merged
marcus merged 1 commits from docs/update-git-workflow into main 2025-04-12 01:15:27 +00:00
Showing only changes of commit 1113893dc1 - Show all commits

View File

@ -9,6 +9,8 @@
namespace WPALLSTARS\FixPluginDoesNotExistNotices; namespace WPALLSTARS\FixPluginDoesNotExistNotices;
use function add_filter;
/** /**
* Class Updater * Class Updater
* *