mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 18:28:49 +02:00
Fixed PHPstan issue.
This commit is contained in:
parent
694a673ff0
commit
59d1349ce8
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ class CurrencyController extends BaseAdminController
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//@phpstan-ignore-next-line
|
||||||
if ($form->get('update_exchange_rate')->isClicked()) {
|
if ($form->get('update_exchange_rate')->isClicked()) {
|
||||||
$this->denyAccessUnlessGranted('edit', $entity);
|
$this->denyAccessUnlessGranted('edit', $entity);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue