@@ -23,7 +23,7 @@ |
||
23 | 23 | $class = config('saml2.tenantModel'); |
24 | 24 | $query = $class::query(); |
25 | 25 | |
26 | - if($withTrashed) { |
|
26 | + if ($withTrashed) { |
|
27 | 27 | $query->withTrashed(); |
28 | 28 | } |
29 | 29 |