stan errors

This commit is contained in:
2025-03-12 23:46:17 +05:00
parent b9b2ef7c2c
commit 8bde60fc8d
18 changed files with 76 additions and 15 deletions

View File

@@ -84,6 +84,8 @@ class SberPaymentOrder extends Model implements HasMedia
/**
* Branch
*
* @return BelongsTo<Branch, SberPaymentOrder>
*/
public function branch(): BelongsTo
{
@@ -92,6 +94,8 @@ class SberPaymentOrder extends Model implements HasMedia
/**
* Required files
*
* @return array<array<string, bool|string>>
*/
public static function reciverFiles(): array
{