Michael Francis преди 14 години
родител
ревизия
a5e050a966
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  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";