ImportColumn relationship nullable
How can i set an import column relationship to nullable? i dont want it to fail if it cant find a match. Im already handing creation of that relationship in afterCreate() if it wasnt found.
ImportColumn::make('author')
->relationship()