File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55use Illuminate \Contracts \Auth \UserProvider ;
66use Illuminate \Foundation \Application ;
77use Symfony \Component \HttpFoundation \Request ;
8- use Symfony \ Component \ HttpFoundation \ Session \SessionInterface ;
8+ use Illuminate \ Contracts \ Session \Session ;
99
1010class SessionGuard extends \Illuminate \Auth \SessionGuard
1111{
@@ -21,15 +21,15 @@ class SessionGuard extends \Illuminate\Auth\SessionGuard
2121 * Create a new authentication guard.
2222 *
2323 * @param string $name
24- * @param \Illuminate\Contracts\Auth\UserProvider $provider
25- * @param \Symfony\Component\HttpFoundation\ Session\SessionInterface $session
26- * @param \Symfony\Component\HttpFoundation\Request $request
27- * @param mixed|\Illuminate\Foundation\Application $app
24+ * @param \Illuminate\Contracts\Auth\UserProvider $provider
25+ * @param \Illuminate\Contracts\ Session\Session $session
26+ * @param \Symfony\Component\HttpFoundation\Request $request
27+ * @param mixed|\Illuminate\Foundation\Application $app
2828 * @return void
2929 */
3030 public function __construct ($ name ,
3131 UserProvider $ provider ,
32- SessionInterface $ session ,
32+ Session $ session ,
3333 Request $ request = null ,
3434 Application $ app )
3535 {
You can’t perform that action at this time.
0 commit comments