We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cfb83 commit f1c7fdbCopy full SHA for f1c7fdb
src/Mapper.php
@@ -12,8 +12,6 @@
12
13
class Mapper extends Api
14
{
15
- public bool $spy = false;
16
-
17
private array $spaceId = [];
18
private array $spaces = [];
19
private int $schemaId = 0;
@@ -25,6 +23,7 @@ class Mapper extends Api
25
23
public function __construct(
26
24
Client $client,
27
public ?CacheItemPoolInterface $cache = null,
+ public bool $spy = false,
28
) {
29
$this->middleware = new Middleware($this);
30
$this->client = $client->withMiddleware($this->middleware);
0 commit comments