Skip to content

Commit

Permalink
Fixed #205
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu authored Jul 12, 2016
1 parent 92682ae commit e8f3588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Generators/MakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function fire()

if ($this->module->exists($slug)) {
$this->modulePath = $this->module->getPath();
$this->moduleInfo = collect($this->module->where('slug', $slug)->first());
$this->moduleInfo = collect($this->module->where('slug', $slug));

$this->container['slug'] = $slug;
$this->container['name'] = $name;
Expand Down

0 comments on commit e8f3588

Please sign in to comment.