Commit 71e266a1 authored by ntdinh1987's avatar ntdinh1987

test

parent c51ac5bb
......@@ -85,10 +85,10 @@ class NewCommand extends Command
$output->writeln('<info>Download view...</info>');
//Download view
$this->download($zipFile = $this->makeFilename())
->extract($zipFile, $directory)
->cleanUp($zipFile);
$this->download($zipFile = $this->makeFilename());
// ->extract($zipFile, $directory);
// ->cleanUp($zipFile);
die;
$this->moveAllFile($directory . '/view.git/', $directory);
$this->rrmdir($directory . '/view.git/');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment