Skip to content

Commit 09cc11c

Browse files
committed
Merge pull request #1 from BrokenHomeStudiosLLC/patch-1
Issue w/ Mapper reference in Client.php
2 parents 457bf43 + 1986836 commit 09cc11c

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
@@ -410,4 +410,4 @@ public function getRealDate($dateObject = null, $timeZone = null) {
410410

411411
return $dateObject;
412412
}
413-
}
413+
}

0 commit comments

Comments
 (0)