Skip to content

Commit 1f2d2df

Browse files
authored
Merge pull request #20891 from lucasmichot/feature/5.5/auth
[5.5] Fix Auth docblocks
2 parents 1bf88fb + 7400648 commit 1f2d2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public function setDispatcher(Dispatcher $events)
696696
/**
697697
* Get the session store used by the guard.
698698
*
699-
* @return \Illuminate\Session\Store
699+
* @return \Illuminate\Contracts\Session\Session.
700700
*/
701701
public function getSession()
702702
{

0 commit comments

Comments
 (0)