mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
chore: update CodeIgniter to v4.5.6
+ update php dependencies to latest
This commit is contained in:
parent
fc2e7a0d83
commit
f295e9aa4c
31 changed files with 85 additions and 116 deletions
|
|
@ -16,7 +16,6 @@ namespace Modules\Fediverse;
|
|||
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Config\Services;
|
||||
use Exception;
|
||||
use phpseclib\Crypt\RSA;
|
||||
|
||||
|
|
@ -40,7 +39,7 @@ class HttpSignature
|
|||
public function __construct(IncomingRequest $request = null)
|
||||
{
|
||||
if (! $request instanceof IncomingRequest) {
|
||||
$request = Services::request();
|
||||
$request = service('request');
|
||||
}
|
||||
|
||||
$this->request = $request;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue