diff --git a/src/SubCommands/FixFileAndDirPermissions.php b/src/SubCommands/FixFileAndDirPermissions.php index 241fd9e..257def0 100644 --- a/src/SubCommands/FixFileAndDirPermissions.php +++ b/src/SubCommands/FixFileAndDirPermissions.php @@ -18,7 +18,7 @@ class FixFileAndDirPermissions { * * @return bool */ - public function fixPermissions() : bool { + public function output() : bool { //Stop execution if ABSPATH is not defined to prevent changing permissions in the wrong place if(!defined('ABSPATH')) { return false;