1
0
Fork 0

更新 app/ModelFilters/KeywordFilter.php

panliang 2023-12-01 10:53:28 +08:00
parent 97ba05b6c6
commit 51f69e9cc5
1 changed files with 0 additions and 5 deletions

View File

@ -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);