view src/Generator/Model/snippets/belongs_to_relation.stub @ 29:010ace248d14 codex

Added support for filters, not fully there with relations or anything like that but it's a start
author Luka Sitas <sitas.luka.97@gmail.com>
date Mon, 09 Jun 2025 20:51:04 -0400
parents 827efbf4d73c
children
line wrap: on
line source


public function {{relationName}}()
{
	return $this->belongsTo({{relatedModel}}::class, '{{columnName}}');
}