We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84aa31e + 2f069f5 commit 046c540Copy full SHA for 046c540
1 file changed
system/Session/Session.php
@@ -17,7 +17,6 @@
17
use Config\Cookie as CookieConfig;
18
use Config\Services;
19
use Psr\Log\LoggerAwareTrait;
20
-use Psr\Log\LoggerInterface;
21
use SessionHandlerInterface;
22
23
/**
@@ -156,13 +155,6 @@ class Session implements SessionInterface
156
155
*/
157
protected $sidRegexp;
158
159
- /**
160
- * Logger instance to record error messages and warnings.
161
- *
162
- * @var LoggerInterface
163
- */
164
- protected $logger;
165
-
166
167
* Constructor.
168
*
0 commit comments