styling
This commit is contained in:
@@ -28,9 +28,7 @@ class DeleteItem extends Job
|
||||
$this->authorize();
|
||||
|
||||
\DB::transaction(function () {
|
||||
$this->deleteRelationships($this->item, [
|
||||
'taxes'
|
||||
]);
|
||||
$this->deleteRelationships($this->item, ['taxes']);
|
||||
|
||||
$this->item->delete();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user