Michael Francis il y a 14 ans
Parent
commit
a5e050a966
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      config/bootstrap/auth.php

+ 2 - 3
config/bootstrap/auth.php

@@ -27,9 +27,8 @@ Auth::config(array(
 		'validators' => array(
 			'password' => function($form, $data) {
 				return password::check($form, $data);
-		})
-		)
-);
+		}))
+));
 
 $secret = "cake";