Skip to content

Commit 0c22e33

Browse files
committed
fix: Fixed incorrect method name
1 parent 13c5364 commit 0c22e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SubCommands/FixFileAndDirPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class FixFileAndDirPermissions {
1818
*
1919
* @return bool
2020
*/
21-
public function fixPermissions() : bool {
21+
public function output() : bool {
2222
//Stop execution if ABSPATH is not defined to prevent changing permissions in the wrong place
2323
if(!defined('ABSPATH')) {
2424
return false;

0 commit comments

Comments
 (0)