Commit 1986836
committed
Issue w/ Mapper reference in Client.php
Line 73 fails with = $this->json_mapper = new \Jira\Mapper();
the Mapper path is wrong it works if i set it to = $this->json_mapper = new \Jira\Api\Mapper();
Need to make it Jira\Api\Mapper();
else it fails to find the mapper1 parent 457bf43 commit 1986836
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
0 commit comments