Add first wave of Release tagging capabilities

This commit is contained in:
DariusIII
2018-11-01 12:40:10 +01:00
parent 55e7c39952
commit 8211201599
18 changed files with 620 additions and 189 deletions
+2 -4
View File
@@ -160,12 +160,10 @@ class Category extends Model
];
/**
* Temporary category while we sort through the name.
* @var int
* @var string
*/
protected $tmpCat = self::OTHER_MISC;
protected $table = 'categories';
/**
* @var bool
*/