mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 10:33:11 +00:00
Disable where field
Maybe make it optional? Feels kind of bloated..
This commit is contained in:
@@ -237,7 +237,7 @@ class ModelsCommand extends Command {
|
|||||||
|
|
||||||
|
|
||||||
$this->setProperty($name, $type, true, true);
|
$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'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user