Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-06-11 01:55:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Entities/Category.php

20 lines
375 B
PHP
Raw Normal View History

feat(categories): create model, entity, migrations and seeds
2020-05-29 16:25:17 +00:00
<?php
feat(episodes): add create form and view pages for episode - add james-heinrich/getid3 library as a dependency to composer.json - update DEPENDENCIES.md file - fix episodes table migration script - add js devDependencies: prettier, @prettier/plugin-php and lint-staged to automatically format staged files before commit - reformat all files to the prettier format - refactor code by separating some logic as helper functions - overwrite existing files when uploading new files with the same name fixes #1
2020-06-10 15:00:12 +00:00
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
feat(categories): create model, entity, migrations and seeds
2020-05-29 16:25:17 +00:00
namespace App\Entities;
use CodeIgniter\Entity;
class Category extends Entity
{
protected $casts = [
'parent_id' => 'integer',
'apple_category' => 'string',
'google_category' => 'string',
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 99ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API