scopes = Arr::wrap($scopes); } /** * Get the scopes that the user did not have. */ public function scopes(): array { return $this->scopes; } }