Skip to content

Commit b82d835

Browse files
committed
Remove created_by since it is not available
1 parent d593365 commit b82d835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Importer/AssetImporter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public function __construct($filename)
2929
'pending' => 1,
3030
'archived' => 0,
3131
'notes' => 'Default status label created by AssetImporter',
32-
'created_by' => $this->created_by,
3332
]);
3433

3534
$this->defaultStatusLabelId = $defaultLabel->id;

0 commit comments

Comments
 (0)