Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 509e405

Browse files
author
Mateusz Gostanski
committed
v3.3.3
1 parent bdb38c8 commit 509e405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiFetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function makeDataFetcher(): DataFetcher
3838

3939
public function getUrlCompose(): UrlCompose
4040
{
41-
return $this->getUrlCompose();
41+
return $this->urlComposer;
4242
}
4343

4444
public function fetch(?Closure $before = null)

0 commit comments

Comments
 (0)