Skip to content

Commit

Permalink
Pass parameters to chapter loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Apr 3, 2018
1 parent 1d6dcb3 commit c78c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stub/Book/ChapterLoaderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public function makeLoaderFor(
string $ofTheProperty,
$atPosition = null
): LoadsProxiedObjects {
return new ChapterLoader(null, '');
return new ChapterLoader($theOwner, $ofTheProperty);
}
}

0 comments on commit c78c130

Please sign in to comment.