Merge pull request #65 from hailwood/patch-1

Update ModelsCommand.php
This commit is contained in:
Barry vd. Heuvel
2014-02-25 10:03:02 +01:00
@@ -237,7 +237,7 @@ class ModelsCommand extends Command {
$this->setProperty($name, $type, true, true);
$this->setMethod(Str::camel("where_".$name), '\\'.get_class($model), array('$value'));
$this->setMethod(Str::camel("where_".$name), '\Illuminate\Database\Query\Builder|\\'.get_class($model), array('$value'));
}
}
}