Skip to content

Commit 545d27e

Browse files
author
Artur Łabudziński
committed
2 parents afdedad + 09cc11c commit 545d27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function __construct(ConfigurationInterface $configuration = null)
7070
if ($this->configuration->getMapper())
7171
$this->json_mapper = $this->configuration->getMapper();
7272
else
73-
$this->json_mapper = new \Jira\Mapper();
73+
$this->json_mapper = new \Jira\Api\Mapper();
7474

7575
self::$jMapper = $this->json_mapper;
7676
// create logger
@@ -415,4 +415,4 @@ public function getRealDate($dateObject = null, $timeZone = null) {
415415

416416
return $dateObject;
417417
}
418-
}
418+
}

0 commit comments

Comments
 (0)