Commit 71e266a1 authored by ntdinh1987's avatar ntdinh1987

test

parent c51ac5bb
...@@ -85,10 +85,10 @@ class NewCommand extends Command ...@@ -85,10 +85,10 @@ class NewCommand extends Command
$output->writeln('<info>Download view...</info>'); $output->writeln('<info>Download view...</info>');
//Download view //Download view
$this->download($zipFile = $this->makeFilename()) $this->download($zipFile = $this->makeFilename());
->extract($zipFile, $directory) // ->extract($zipFile, $directory);
->cleanUp($zipFile); // ->cleanUp($zipFile);
die;
$this->moveAllFile($directory . '/view.git/', $directory); $this->moveAllFile($directory . '/view.git/', $directory);
$this->rrmdir($directory . '/view.git/'); $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