Declare categories table name in Category model

This commit is contained in:
DariusIII
2018-01-11 13:42:53 +01:00
parent 599b9cb05d
commit 772dfff95e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -108,6 +108,7 @@ class Category extends Model
*/
protected $tmpCat = self::OTHER_MISC;
protected $table = 'categories';
/**
* @var bool
*/