'datetime', ]; } public function wallets(): HasMany { return $this->hasMany(PlayerWallet::class); } }