File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ This returns a [Document](objects-document.md) object which provided all content
67
67
68
68
### Working with a factory
69
69
70
- You can set a custom [ Factory] ( utils-> factory.md ) to the manager through the constructor.
70
+ You can set a custom [ Factory] ( utils-factory.md ) to the manager through the constructor.
71
71
72
72
``` php
73
73
use Art4\JsonApiClient\Manager\ErrorAbortManager;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This returns a [Document](objects-document.md) object which provided all content
46
46
47
47
### Working with a factory
48
48
49
- You can set a custom [ Factory] ( utils-> factory.md ) to the manager through ` setFactory() ` or the constructor.
49
+ You can set a custom [ Factory] ( utils-factory.md ) to the manager through ` setFactory() ` or the constructor.
50
50
51
51
``` php
52
52
$manager = new \Art4\JsonApiClient\Utils\Manager($factory);
You can’t perform that action at this time.
0 commit comments