Files
sibedas/resources/laravel-code-generator/templates/default/model-relation.stub
Firman Herdiansyah 99e99fa2e6 Update Dashboard Layout
2025-02-05 13:36:33 +07:00

10 lines
236 B
Plaintext

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