We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a34fc5 commit 735b982Copy full SHA for 735b982
1 file changed
README.md
@@ -114,13 +114,13 @@ $parcel = new \Mvdnbrk\MyParcel\Resources\Parcel([
114
'options' => [
115
'description' => 'Order #123',
116
'signature' => true,
117
- 'only_recipient' => true,
+ 'only_recipient' => true,
118
...
119
],
120
]);
121
```
122
123
-Or you may use a method like `signature()`, `onlyRecipient()` and `labelDescription()`.
+Or you may use a method like `signature()`, `onlyRecipient()` and `labelDescription()`.
124
You may call any of these after constructing the parcel.
125
126
``` php
0 commit comments