mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
build(php): upgrade min php version to 8.3
This commit is contained in:
parent
e2a90def88
commit
b5bd2db28f
182 changed files with 517 additions and 115 deletions
|
|
@ -9,6 +9,7 @@ use CodeIgniter\HTTP\RequestInterface;
|
|||
use CodeIgniter\HTTP\ResponseInterface;
|
||||
use CodeIgniter\Shield\Controllers\MagicLinkController as ShieldMagicLinkController;
|
||||
use CodeIgniter\Shield\Entities\User;
|
||||
use Override;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use ViewThemes\Theme;
|
||||
|
||||
|
|
@ -19,6 +20,7 @@ use ViewThemes\Theme;
|
|||
*/
|
||||
class MagicLinkController extends ShieldMagicLinkController
|
||||
{
|
||||
#[Override]
|
||||
public function initController(
|
||||
RequestInterface $request,
|
||||
ResponseInterface $response,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue