diff --git a/system/src/Grav/Console/Cli/SandboxCommand.php b/system/src/Grav/Console/Cli/SandboxCommand.php index 2d36ba8c3..4d984d219 100644 --- a/system/src/Grav/Console/Cli/SandboxCommand.php +++ b/system/src/Grav/Console/Cli/SandboxCommand.php @@ -269,7 +269,7 @@ class SandboxCommand extends Command if (count($pages_files) == 0) { $destination = $this->source . '/user/pages'; - $this->rcopy($destination, $pages_dir); + Utils::rcopy($destination, $pages_dir); $this->output->writeln(' ' . $destination . ' -> Created'); }