1
0
mirror of synced 2024-11-21 21:06:07 +03:00
This commit is contained in:
Alex Lushpai 2021-06-02 17:05:08 +03:00 committed by GitHub
parent 9fc83d3b8f
commit a2e1eb8dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ trait Costs
*/
public function costsDeleteById($id)
{
if (!empty($id)) {
if (empty($id)) {
throw new \InvalidArgumentException(
'Parameter `id` must contains a data'
);