diff --git a/docs/example-config/.mage/tasks/Permissions.php b/docs/example-config/.mage/tasks/Permissions.php new file mode 100644 index 0000000..46f62ac --- /dev/null +++ b/docs/example-config/.mage/tasks/Permissions.php @@ -0,0 +1,17 @@ +_runRemoteCommand($command); + + return $result; + } +}