- all editor cano now updates DOI's in backend
- composer updates
This commit is contained in:
parent
b5abcef327
commit
4e44d9d996
9 changed files with 325 additions and 73 deletions
|
@ -8,6 +8,10 @@ class DatasetIdentifier extends Model
|
|||
{
|
||||
protected $table = 'dataset_identifiers';
|
||||
protected $guarded = array();
|
||||
public $timestamps = true;
|
||||
|
||||
//See the array called $touches? This is where you put all the relationships you want to get updated_at as soon as this Model is updated
|
||||
protected $touches = ['dataset'];
|
||||
|
||||
/**
|
||||
* The dataset that belong to the DocumentIdentifier.
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue