Remove created_by since it is not available

This commit is contained in:
Marcus Moore 2025-04-10 13:59:28 -07:00
parent d593365c9c
commit b82d835f4f
No known key found for this signature in database

View file

@ -29,7 +29,6 @@ class AssetImporter extends ItemImporter
'pending' => 1,
'archived' => 0,
'notes' => 'Default status label created by AssetImporter',
'created_by' => $this->created_by,
]);
$this->defaultStatusLabelId = $defaultLabel->id;