stan errors
This commit is contained in:
@@ -112,6 +112,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* User
|
||||
*
|
||||
* @return BelongsTo<User, VisaMasterPaymentOrder>
|
||||
*/
|
||||
public function user(): BelongsTo
|
||||
{
|
||||
@@ -120,6 +122,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* Branch
|
||||
*
|
||||
* @return BelongsTo<Branch, VisaMasterPaymentOrder>
|
||||
*/
|
||||
public function branch(): BelongsTo
|
||||
{
|
||||
@@ -128,6 +132,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* Payment itmes
|
||||
*
|
||||
* @return HasMany<VisaMasterPaymentOrderItem>
|
||||
*/
|
||||
public function paymentItems(): HasMany
|
||||
{
|
||||
@@ -136,6 +142,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* Get applications types
|
||||
*
|
||||
* @return array<string, string>
|
||||
*/
|
||||
public static function applicationTypes(): array
|
||||
{
|
||||
@@ -147,6 +155,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* Required files
|
||||
*
|
||||
* @return array<int, array<string, bool|string>>
|
||||
*/
|
||||
public static function reciverFiles(): array
|
||||
{
|
||||
@@ -191,6 +201,8 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
|
||||
|
||||
/**
|
||||
* Sender files
|
||||
*
|
||||
* @return array<int, array<string, bool|string>>
|
||||
*/
|
||||
public static function senderFiles(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user