Skip to content

Commit f1c7fdb

Browse files
committed
optional spy configuration
1 parent 41cfb83 commit f1c7fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mapper.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
class Mapper extends Api
1414
{
15-
public bool $spy = false;
16-
1715
private array $spaceId = [];
1816
private array $spaces = [];
1917
private int $schemaId = 0;
@@ -25,6 +23,7 @@ class Mapper extends Api
2523
public function __construct(
2624
Client $client,
2725
public ?CacheItemPoolInterface $cache = null,
26+
public bool $spy = false,
2827
) {
2928
$this->middleware = new Middleware($this);
3029
$this->client = $client->withMiddleware($this->middleware);

0 commit comments

Comments
 (0)