File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1414namespace CodeIgniter \Config ;
1515
1616use Laminas \Escaper \Escaper ;
17+ use Laminas \Escaper \EscaperInterface ;
1718use Laminas \Escaper \Exception \ExceptionInterface ;
1819use Laminas \Escaper \Exception \InvalidArgumentException as EscaperInvalidArgumentException ;
1920use Laminas \Escaper \Exception \RuntimeException ;
@@ -119,6 +120,7 @@ class AutoloadConfig
119120 ExceptionInterface::class => SYSTEMPATH . 'ThirdParty/Escaper/Exception/ExceptionInterface.php ' ,
120121 EscaperInvalidArgumentException::class => SYSTEMPATH . 'ThirdParty/Escaper/Exception/InvalidArgumentException.php ' ,
121122 RuntimeException::class => SYSTEMPATH . 'ThirdParty/Escaper/Exception/RuntimeException.php ' ,
123+ EscaperInterface::class => SYSTEMPATH . 'ThirdParty/Escaper/EscaperInterface.php ' ,
122124 Escaper::class => SYSTEMPATH . 'ThirdParty/Escaper/Escaper.php ' ,
123125 ];
124126
You can’t perform that action at this time.
0 commit comments