Skip to content

Commit

Permalink
Update TypeConfiguration namespace in readme
Browse files Browse the repository at this point in the history
Update the namespace of TypeConfiguration to ActivityPhp\Type\TypeConfiguration
  • Loading branch information
snorpey authored Apr 17, 2021
1 parent b18e61e commit 26b3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ You can define 3 different behaviours:

```php
use ActivityPhp\Type;
use ActivityPhp\TypeConfiguration;
use ActivityPhp\Type\TypeConfiguration;

$note = Type::create('Note');

Expand Down

0 comments on commit 26b3ac0

Please sign in to comment.