Skip to content

Commit bf93234

Browse files
update
1 parent bd0c528 commit bf93234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Methods/ValidatorMethod.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ public static function exceptData($keys = null, $data = null)
237237
public static function old($key = null, $default = null)
238238
{
239239
// in array keys
240-
$formData = self::getForm();
240+
// $formData = self::getForm();
241+
$formData = array_merge($_GET, $_POST);
241242

242243
// Split the key into an array of segments
243244
$keySegments = explode('.', $key);

0 commit comments

Comments
 (0)