Remove Eloquent mixin thing

This commit is contained in:
Barry vd. Heuvel
2018-09-06 20:41:09 +02:00
committed by GitHub
parent 1989d0e794
commit 7db1843473
-1
View File
@@ -115,7 +115,6 @@ class GeneratorCommand extends Command
if ($written !== false) { if ($written !== false) {
$this->info("A new helper file was written to $filename"); $this->info("A new helper file was written to $filename");
Eloquent::writeEloquentModelHelper($this, $this->files);
} else { } else {
$this->error("The helper file could not be created at $filename"); $this->error("The helper file could not be created at $filename");
} }