From 7db1843473e1562d8e0490b51db847d3a1415140 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 6 Sep 2018 20:41:09 +0200 Subject: [PATCH] Remove Eloquent mixin thing --- src/Console/GeneratorCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Console/GeneratorCommand.php b/src/Console/GeneratorCommand.php index 02cce24..c6db5be 100644 --- a/src/Console/GeneratorCommand.php +++ b/src/Console/GeneratorCommand.php @@ -115,7 +115,6 @@ class GeneratorCommand extends Command 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"); }