Skip to content

Commit 30ebe38

Browse files
authored
remove function to child class
1 parent 3787731 commit 30ebe38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Request/BaseRequest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public function getUri(): string
3030
{
3131
return $this->uri;
3232
}
33-
34-
public function setSimulationMode(bool $mode): void
35-
{
36-
$this->simulationMode = $mode;
37-
}
3833

3934
abstract public function getQueryArray(): array;
4035

0 commit comments

Comments
 (0)