Newer
Older

Yassine Doghri
committed
<?php

Yassine Doghri
committed

Yassine Doghri
committed
declare(strict_types=1);

Yassine Doghri
committed
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/

Yassine Doghri
committed
namespace Modules\Admin\Controllers;

Yassine Doghri
committed
use CodeIgniter\HTTP\RedirectResponse;
class HomeController extends BaseController

Yassine Doghri
committed
{
public function index(): RedirectResponse

Yassine Doghri
committed
{
session()->keepFlashdata('message');
return redirect()->route('podcast-list');