Michael Francis 14 tahun lalu
induk
melakukan
a5e050a966
1 mengubah file dengan 2 tambahan dan 3 penghapusan
  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";