Disable where field

Maybe make it optional? Feels kind of bloated..
This commit is contained in:
Barry vd. Heuvel
2014-04-25 13:47:00 +02:00
parent 82ffa52d79
commit f77f5ae770
@@ -237,7 +237,7 @@ class ModelsCommand extends Command {
$this->setProperty($name, $type, true, true);
$this->setMethod(Str::camel("where_".$name), '\Illuminate\Database\Query\Builder|\\'.get_class($model), array('$value'));
//$this->setMethod(Str::camel("where_".$name), '\Illuminate\Database\Query\Builder|\\'.get_class($model), array('$value'));
}
}
}