publication workflow

This commit is contained in:
Arno Kaimbacher 2019-01-24 16:56:39 +01:00
parent 32129363ef
commit 39623ff5a6
11 changed files with 153 additions and 139 deletions

View file

@ -11,6 +11,9 @@ class Title extends Model
protected $fillable = [
'value',
'type',
'language'
];
public function dataset()