Passed
Pull Request — master (#49)
by Derek
04:12
created
src/Repositories/TenantRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.