stan errors
This commit is contained in:
@@ -75,6 +75,8 @@ class User extends Authenticatable
|
||||
|
||||
/**
|
||||
* Branches associated with user
|
||||
*
|
||||
* @return BelongsToMany<Branch>
|
||||
*/
|
||||
public function branches(): BelongsToMany
|
||||
{
|
||||
@@ -83,6 +85,8 @@ class User extends Authenticatable
|
||||
|
||||
/**
|
||||
* Loan orders user created
|
||||
*
|
||||
* @return HasMany<LoanOrder>
|
||||
*/
|
||||
public function loanOrders(): HasMany
|
||||
{
|
||||
@@ -91,6 +95,8 @@ class User extends Authenticatable
|
||||
|
||||
/**
|
||||
* Card orders user created
|
||||
*
|
||||
* @return HasMany<CardOrder>
|
||||
*/
|
||||
public function cardOrders(): HasMany
|
||||
{
|
||||
@@ -99,6 +105,8 @@ class User extends Authenticatable
|
||||
|
||||
/**
|
||||
* Alerts
|
||||
*
|
||||
* @return HasMany<Alert>
|
||||
*/
|
||||
public function alerts(): HasMany
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user