searchable; } /** * searches the model for the query and returns the results * * @param string $query * * @return \Illuminate\Support\Collection */ public static function search( $query ){ return \Search::search( self::class, $query ); } }