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

@@ -53,6 +53,8 @@ class CardPin extends Model
/**
* User
*
* @return BelongsTo<User, CardPin>
*/
public function user(): BelongsTo
{
@@ -61,6 +63,8 @@ class CardPin extends Model
/**
* Card type
*
* @return BelongsTo<CardType, CardPin>
*/
public function cardType(): BelongsTo
{
@@ -69,6 +73,8 @@ class CardPin extends Model
/**
* Branch
*
* @return BelongsTo<Branch, CardPin>
*/
public function branch(): BelongsTo
{