Skip to content

Commit 9c3637a

Browse files
committed
refactor: remove unused property
1 parent eea5087 commit 9c3637a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

system/Encryption/Handlers/BaseHandler.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,12 @@
1313

1414
use CodeIgniter\Encryption\EncrypterInterface;
1515
use Config\Encryption;
16-
use Psr\Log\LoggerInterface;
1716

1817
/**
1918
* Base class for encryption handling
2019
*/
2120
abstract class BaseHandler implements EncrypterInterface
2221
{
23-
/**
24-
* Logger instance to record error messages and warnings.
25-
*
26-
* @var LoggerInterface
27-
*/
28-
protected $logger;
29-
3022
/**
3123
* Constructor
3224
*/

0 commit comments

Comments
 (0)