Michael Francis 14 жил өмнө
parent
commit
a5e050a966

+ 2 - 3
config/bootstrap/auth.php

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