diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 00472ca..e32103c 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -290,11 +290,6 @@ class ModelsCommand extends Command $comment = $column->getComment(); $this->setProperty($name, $type, true, true, $comment); - $this->setMethod( - Str::camel("where_" . $name), - '\Illuminate\Database\Query\Builder|\\' . get_class($model), - array('$value') - ); } } }