This commit is contained in:
2025-11-03 16:19:26 +05:00
parent b728a374a5
commit 3953ee93b9
13 changed files with 509603 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
/**
* @param int $id
*
* @property string $unique_id
* @property int $user_id
* @property int $card_type_id

View File

@@ -9,7 +9,7 @@ class DefaultQueryForResourceIndexRepository
/**
* Default filament table query builder
*
* @param Builder<\Illuminate\Database\Eloquent\Model> $query
* @param Builder<\Illuminate\Database\Eloquent\Model> $query
*/
public static function make(Builder $query): void
{

View File

@@ -66,8 +66,6 @@ trait UserAdjustments
/**
* Branches associated with user
*
* @return BelongsToMany
*/
public function branches(): BelongsToMany
{