mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
/**
|
|
* @return \Illuminate\Database\Eloquent\Relations\$RELATIONSHIP_CLASS$
|
|
**/
|
|
public function $FUNCTION_NAME$(): $RELATIONSHIP_CLASS$
|
|
{
|
|
return $this->$RELATION$(\$NAMESPACE_MODEL$\$RELATION_MODEL_NAME$::class$INPUT_FIELDS$);
|
|
} |