stan updates
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user