Skip to content

Commit

Permalink
Renaming the basic generated view to default.
Browse files Browse the repository at this point in the history
Fixes Platform#151
  • Loading branch information
nWidart committed Dec 24, 2015
1 parent 8f14ebf commit dd8627a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scaffold/Theme/FileTypes/BasicView.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public function generate()
{
$stub = $this->finder->get(__DIR__ . '/../stubs/index.blade.stub');

$this->finder->put($this->themePathForFile($this->options['name'], '/views/index.blade.php'), $stub);
$this->finder->put($this->themePathForFile($this->options['name'], '/views/default.blade.php'), $stub);
}
}

0 comments on commit dd8627a

Please sign in to comment.