Skip to content

Commit

Permalink
Remove Eloquent mixin thing
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Sep 6, 2018
1 parent 1989d0e commit 7db1843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public function handle()

if ($written !== false) {
$this->info("A new helper file was written to $filename");
Eloquent::writeEloquentModelHelper($this, $this->files);
} else {
$this->error("The helper file could not be created at $filename");
}
Expand Down

0 comments on commit 7db1843

Please sign in to comment.