Removed duplicate execution
This commit is contained in:
parent
dd39bb6450
commit
4010d8fbd0
1 changed files with 0 additions and 5 deletions
|
@ -27,11 +27,6 @@ abstract class ApiBranch {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($currentType === RequestType::GET) {
|
|
||||||
$this->get($params);
|
|
||||||
} else if ($currentType === RequestType::POST) {
|
|
||||||
$this->post($params);
|
|
||||||
}
|
|
||||||
if ($currentType === RequestType::GET) {
|
if ($currentType === RequestType::GET) {
|
||||||
$this->get($params);
|
$this->get($params);
|
||||||
} else if ($currentType === RequestType::POST) {
|
} else if ($currentType === RequestType::POST) {
|
||||||
|
|
Loading…
Reference in a new issue