Commit 44172f78 authored by ntdinh1987's avatar ntdinh1987

test

parent 71e266a1
...@@ -85,8 +85,8 @@ class NewCommand extends Command ...@@ -85,8 +85,8 @@ 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; die;
$this->moveAllFile($directory . '/view.git/', $directory); $this->moveAllFile($directory . '/view.git/', $directory);
......
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