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 67c6ecd commit 5661e27Copy full SHA for 5661e27
docs/setup-vendor.md
@@ -133,7 +133,7 @@ $packages = $client->vendorBundles()->packages()->addOrEditPackages($vendorBundl
133
$client->customers()->vendorBundles()->addOrEditVendorBundle(
134
$customerId,
135
$vendorBundle['id'],
136
- (new \DateTime())->add(new \DateInterval('P1Y'))->format('c'), // optional expiration date to limit updates the customer receives
+ (new \DateTime('+1 year'))->format('c'), // optional expiration date to limit updates the customer receives
137
);
138
```
139
0 commit comments