Passed
Push — master ( 3ade87...7c706f )
by Iman
04:22
created
src/Modules/MenuModule/MenuRepo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public static function sidebarMenu()
11 11
     {
12
-       $conditions = [
12
+        $conditions = [
13 13
             'cms_privileges' => CRUDBooster::myPrivilegeId(),
14 14
             'parent_id' => 0,
15 15
             'is_active' => 1,
Please login to merge, or discard this patch.