This commit is contained in:
Djamil Legato
2014-10-09 18:45:59 -07:00
parent 92ce0aa816
commit 18e79ce4fe

View File

@@ -150,7 +150,7 @@ class SandboxCommand extends Command
$output->writeln(' <cyan>' . $source . '</cyan> <comment>-></comment> ' . $to);
if (is_dir($to)) {
@Folder::delete(to);
@Folder::delete($to);
} else {
@unlink($to);
}