mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-16 22:06:08 +01:00
[TASK] Fix indentation
This commit is contained in:
parent
40337616b5
commit
adec8fd806
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Campaigns
|
|||
if ($e->getCode() === 400) {
|
||||
throw new \InvalidArgumentException($e->getMessage(), 1605877581);
|
||||
}
|
||||
throw $e;
|
||||
throw $e;
|
||||
}
|
||||
|
||||
if ($result->getStatusCode() !== 200) {
|
||||
|
|
Loading…
Reference in a new issue