composer update && add warning text

This commit is contained in:
2024-11-21 23:16:36 +05:00
parent 8155038df8
commit 6e8f30a1b9
16 changed files with 695 additions and 450 deletions

View File

@@ -16,7 +16,7 @@ trait CurrencyRateAuth
return;
}
throw new AuthorizationException();
throw new AuthorizationException;
}
/** Edit button */
@@ -44,7 +44,7 @@ trait CurrencyRateAuth
return;
}
throw new AuthorizationException();
throw new AuthorizationException;
}
/** Delete button */
@@ -68,7 +68,7 @@ trait CurrencyRateAuth
return;
}
throw new AuthorizationException();
throw new AuthorizationException;
}
/** Force delete */