Skip to content

Commit e546a5b

Browse files
committed
return session
1 parent 2088ce2 commit e546a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Request.php

+1-1
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)