'', 'description' => '', 'apiurl' => '', 'token' => '', 'default_text' => '', 'cachetime' => '0', ); public function getByApiurl($apiurl) { return $this->query->where('apiurl', $apiurl)->get(); } }