We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2834ef9 + 9c3637a commit c68af0eCopy full SHA for c68af0e
1 file changed
system/Encryption/Handlers/BaseHandler.php
@@ -13,20 +13,12 @@
13
14
use CodeIgniter\Encryption\EncrypterInterface;
15
use Config\Encryption;
16
-use Psr\Log\LoggerInterface;
17
18
/**
19
* Base class for encryption handling
20
*/
21
abstract class BaseHandler implements EncrypterInterface
22
{
23
- /**
24
- * Logger instance to record error messages and warnings.
25
- *
26
- * @var LoggerInterface
27
- */
28
- protected $logger;
29
-
30
31
* Constructor
32
0 commit comments