diff src/Generator/Model/stubs/model.stub @ 24:31109c61ce02 codex

Refactor RelationshipNavigator formatting and implement belongsTo, hasMany, belongsToMany injection in ModelGenerator
author Luka Sitas <sitas.luka.97@gmail.com>
date Tue, 22 Apr 2025 21:37:44 -0400
parents 827efbf4d73c
children 555bfaa500ac
line wrap: on
line diff
--- a/src/Generator/Model/stubs/model.stub	Fri Apr 11 20:50:20 2025 -0400
+++ b/src/Generator/Model/stubs/model.stub	Tue Apr 22 21:37:44 2025 -0400
@@ -52,7 +52,7 @@
 		# {{ belongs_to_relationships }}
 
 		// HasMany
-		# {{ has_may_relationships }}
+		# {{ has_many_relationships }}
 		
     // HasManyThrough
 		# {{ has_many_through_relationships }}