Skip to content

Commit

Permalink
Merge pull request #86 from Izumi-kun/master
Browse files Browse the repository at this point in the history
Fix \ceLTIc\LTI\LineItem::fromEndpoint
  • Loading branch information
spvickers authored Sep 2, 2024
2 parents 7290b68 + 2fdbabc commit 8d519d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static function fromEndpoint(Platform $platform, string $endpoint): LineI
{
$lineItemService = new Service\LineItem($platform, $endpoint);

return lineItemService->get();
return $lineItemService->get();
}

}

0 comments on commit 8d519d4

Please sign in to comment.