mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 04:27:46 +02:00
feat: set min PHP version to 8.4
update CI4 to 4.6.0 + use codeigniter-vite and vite-plugin-codeigniter to load assets
This commit is contained in:
parent
0e4e301b81
commit
94cea0ce91
397 changed files with 4693 additions and 4302 deletions
|
|
@ -29,7 +29,7 @@ class DashboardController extends BaseController
|
|||
->getResultArray()[0]['last_published_at'];
|
||||
$podcastsData['number_of_podcasts'] = (int) $podcastsCount;
|
||||
$podcastsData['last_published_at'] = $podcastsLastPublishedAt === null ? null : new Time(
|
||||
$podcastsLastPublishedAt
|
||||
$podcastsLastPublishedAt,
|
||||
);
|
||||
|
||||
$episodesData = [];
|
||||
|
|
@ -42,7 +42,7 @@ class DashboardController extends BaseController
|
|||
->getResultArray()[0]['last_published_at'];
|
||||
$episodesData['number_of_episodes'] = (int) $episodesCount;
|
||||
$episodesData['last_published_at'] = $episodesLastPublishedAt === null ? null : new Time(
|
||||
$episodesLastPublishedAt
|
||||
$episodesLastPublishedAt,
|
||||
);
|
||||
|
||||
$totalUploaded = (new MediaModel())->builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue