Michael Francis 14 năm trước cách đây
mục cha
commit
a5e050a966
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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";