Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 1fce9b0

Browse files
committed
Merge pull request #154 from shrikantmeena/patch-1
Request::hasSessionStore() has been removed from Laravel.
2 parents 8ac1128 + b6dd18d commit 1fce9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBook/Ardent/Ardent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public function validate(array $rules = array(), array $customMessages = array()
531531
$this->validationErrors = $validator->messages();
532532

533533
// stash the input to the current session
534-
if (!self::$externalValidator && Input::hasSessionStore()) {
534+
if (!self::$externalValidator && Input::hasSession()) {
535535
Input::flash();
536536
}
537537
}

0 commit comments

Comments
 (0)