Skip to content

Commit e546a5b

Browse files
committed
return session
1 parent 2088ce2 commit e546a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public function session()
415415
throw new RuntimeException('Session store not set on request.');
416416
}
417417

418-
return $this->getSession();
418+
return $this->session;
419419
}
420420

421421
/**

0 commit comments

Comments
 (0)