@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | */ |
30 | 30 | public function __construct(Factory $auth) |
31 | 31 | { |
32 | - $this->auth = $auth; |
|
32 | + $this->auth=$auth; |
|
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | { |
45 | 45 | if ($this->auth->guard()->check() && Container::getInstance()->bound('sentry')) { |
46 | 46 | configureScope( |
47 | - function (Scope $scope): void { |
|
47 | + function(Scope $scope): void { |
|
48 | 48 | $scope->setUser($this->resolveUserContext($this->auth->getDefaultDriver(), $this->auth->guard()->user())); |
49 | 49 | } |
50 | 50 | ); |