more about transaction of transfer

This commit is contained in:
Denis Duliçi 2022-08-04 09:54:27 +03:00
parent fb104490ad
commit 36d05dda44

View File

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