Remove magic where

This commit is contained in:
Barry vd. Heuvel
2015-10-19 09:32:38 +02:00
parent 56f89502e3
commit 76f09aaa65
-5
View File
@@ -290,11 +290,6 @@ class ModelsCommand extends Command
$comment = $column->getComment(); $comment = $column->getComment();
$this->setProperty($name, $type, true, true, $comment); $this->setProperty($name, $type, true, true, $comment);
$this->setMethod(
Str::camel("where_" . $name),
'\Illuminate\Database\Query\Builder|\\' . get_class($model),
array('$value')
);
} }
} }
} }