Skip to content

Commit c28a6c5

Browse files
committed
Add forgotten file
1 parent 58fac4a commit c28a6c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace iMi\LaravelTransSid;
4+
5+
use Illuminate\Contracts\Session\Session;
6+
use Symfony\Component\HttpFoundation\Response;
7+
8+
class StartSessionCookielessMiddleware extends StartSessionMiddleware
9+
{
10+
protected function addCookieToResponse(Response $response, Session $session)
11+
{
12+
return;
13+
}
14+
}

0 commit comments

Comments
 (0)