/** * Get the [% relation_name %] for this model. * * @return [% relation_return_type %] */ public function [% relation_name %]() { return $this->[% relation_type %]([% relation_params %]); }