mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Declare categories table name in Category model
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-11 DariusIII
|
||||
* Chg: Declare categories table name in Category model
|
||||
* Chg: Update Steam class
|
||||
* Fix: Fix NameFixer Category model usage
|
||||
* Chg: Use UserMovie model, remove nntmux\UserMovies class
|
||||
|
||||
@@ -108,6 +108,7 @@ class Category extends Model
|
||||
*/
|
||||
protected $tmpCat = self::OTHER_MISC;
|
||||
|
||||
protected $table = 'categories';
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user