last from 01 2019
This commit is contained in:
parent
f9fcaac838
commit
ed80b25b85
19 changed files with 626 additions and 341 deletions
|
|
@ -27,7 +27,7 @@ class DraftType extends Model
|
|||
protected $table = 'draft_types';
|
||||
|
||||
protected $fillable = [
|
||||
'name', 'active',
|
||||
'name', 'active', 'color',
|
||||
];
|
||||
|
||||
public function draft_items()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue