more about transaction of transfer
This commit is contained in:
parent
fb104490ad
commit
36d05dda44
|
|
@ -45,5 +45,9 @@ class UpdateTransaction extends Job implements ShouldUpdate
|
|||
|
||||
throw new \Exception($message);
|
||||
}
|
||||
|
||||
if ($this->model->isTransferTransaction()) {
|
||||
throw new \Exception('Unauthorized');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue