更新 app/ModelFilters/KeywordFilter.php
parent
97ba05b6c6
commit
51f69e9cc5
|
|
@ -25,11 +25,6 @@ class KeywordFilter extends ModelFilter
|
||||||
$this->whereLike('key', $key);
|
$this->whereLike('key', $key);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function typeKey($key)
|
|
||||||
{
|
|
||||||
$this->where('type_key', $key);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function name($key)
|
public function name($key)
|
||||||
{
|
{
|
||||||
$this->whereLike('name', $key);
|
$this->whereLike('name', $key);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue