Skip to content

Commit

Permalink
Fixes ObjectDefinition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Jun 30, 2016
1 parent 7d6db6f commit 3b6a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObjectDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ObjectDefinition extends Definition {
protected $props = [
'interactionType' => 'Locker\XApi\InteractionType',
'correctResponsesPattern' => 'Locker\XApi\Strs',
'correctResponsesPattern' => 'Locker\XApi\Strings',
'choices' => 'Locker\XApi\InteractionComponents',
'scale' => 'Locker\XApi\InteractionComponents',
'source' => 'Locker\XApi\InteractionComponents',
Expand Down

0 comments on commit 3b6a473

Please sign in to comment.