[input_key1, input_key2]]. * * @var array */ public $relations = []; public function category($id) { $this->where('category_id', $id); } public function title($title) { $this->whereLike('title', $title); } }