mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
fix: replace deletedField with published_at for episodes
- remove delete_at field + soft delete for media and pages - update CodeIgniter4 to 4.2.0 + update all starter files - explicitly use builder() when creating queries from model
This commit is contained in:
parent
dbb4030da4
commit
14d7d07822
42 changed files with 297 additions and 141 deletions
|
|
@ -19,7 +19,7 @@ use ViewThemes\Theme;
|
|||
* For security be sure to declare any new methods as protected or private.
|
||||
*/
|
||||
|
||||
class BaseController extends Controller
|
||||
abstract class BaseController extends Controller
|
||||
{
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue