Remove created_by since it is not available
This commit is contained in:
parent
d593365c9c
commit
b82d835f4f
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class AssetImporter extends ItemImporter
|
||||||
'pending' => 1,
|
'pending' => 1,
|
||||||
'archived' => 0,
|
'archived' => 0,
|
||||||
'notes' => 'Default status label created by AssetImporter',
|
'notes' => 'Default status label created by AssetImporter',
|
||||||
'created_by' => $this->created_by,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->defaultStatusLabelId = $defaultLabel->id;
|
$this->defaultStatusLabelId = $defaultLabel->id;
|
||||||
|
|
Loading…
Add table
Reference in a new issue