Passed
Push — master ( dbb47a...2bafbc )
by Anthony
03:34
created
core/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 			return $this->cache;
71 71
 		}
72 72
 		public function getDesactiverNavigation(){
73
-		    return $this->desactiver_navigation;
73
+			return $this->desactiver_navigation;
74 74
 		}
75 75
 
76 76
 		//pour la configuration des comptes
Please login to merge, or discard this patch.