stan updates

This commit is contained in:
2025-03-12 11:12:57 +05:00
parent 3b83acf39c
commit b9b2ef7c2c
8 changed files with 39 additions and 4 deletions

View File

@@ -49,6 +49,8 @@ class Branch extends Model
/**
* Branches associated with user
*
* @return BelongsToMany<User>
*/
public function users(): BelongsToMany
{