You've already forked laravel-connect
feat: post-fill hook
This commit is contained in:
@@ -44,4 +44,9 @@ trait HasConnectData
|
||||
foreach ($touched as $model)
|
||||
$model->save();
|
||||
}
|
||||
|
||||
public function postFillConnectData(array $data)
|
||||
{
|
||||
// Intended for post-processing / relationship handling
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user