Skip to content

Commit

Permalink
docs: readme remove redundant use
Browse files Browse the repository at this point in the history
adrienbrault committed Apr 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent de2693b commit fe08d78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -52,8 +52,6 @@ assert($character[0] instanceof Character);
### Object

```php
use AdrienBrault\Instructrice\Attribute\Instruction;

$character = $instructrice->get(
Character::class,
'Colonel Jack O\'Neil.',
@@ -65,8 +63,6 @@ assert($character instanceof Character);
### Dynamic Schema

```php
use AdrienBrault\Instructrice\Attribute\Instruction;

$label = $instructrice->get(
[
'type' => 'string',

0 comments on commit fe08d78

Please sign in to comment.