This commit is contained in:
Burak Civan 2022-08-04 11:28:58 +03:00
commit 9552bb90f2

View File

@ -45,5 +45,9 @@ class UpdateTransaction extends Job implements ShouldUpdate
throw new \Exception($message); throw new \Exception($message);
} }
if ($this->model->isTransferTransaction()) {
throw new \Exception('Unauthorized');
}
} }
} }