Skip to content

Commit c3a50d9

Browse files
author
Givi Odikadze
committed
chaged engine
1 parent 512b1e0 commit c3a50d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Library/Engine/Engine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function __construct(array $schema, DataMapper $dm, Container $container,
6363
{
6464
$this->dm = $dm;
6565

66-
echo 'a';
6766
$this->readConfig($config);
6867

6968
$this->queryExecutor = new EngineQueryExecutor($schema, $dm, $container, $config);
@@ -93,8 +92,9 @@ public function getUri(): string
9392
*/
9493
public function processData(array $data): array
9594
{
96-
$this->dataParser->parse($data, $this->s);
95+
$this->dataParser->parse($data);
9796

97+
echo 'A';
9898
return $this->run();
9999
}
100100

0 commit comments

Comments
 (0)