Completed
Push — master ( 1c3cb2...337d33 )
by Sebastian
03:55
created
app/Providers/AuthServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@
 block discarded – undo
29 29
 
30 30
         $gate->before(function ($user, $ability) {
31 31
 
32
-           if (!$user->hasStatus(UserStatus::ACTIVE)) {
33
-               return false;
34
-           };
32
+            if (!$user->hasStatus(UserStatus::ACTIVE)) {
33
+                return false;
34
+            };
35 35
 
36 36
         });
37 37
 
Please login to merge, or discard this patch.
app/Foundation/helpers.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Get the app's current locale.
4
- */
3
+     * Get the app's current locale.
4
+     */
5 5
 function locale() : string
6 6
 {
7 7
     return app()->getLocale();
Please login to merge, or discard this patch.