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 5ed9e5c commit 19a3a36Copy full SHA for 19a3a36
README.md
@@ -304,6 +304,7 @@ Meta could also be used as a more in detail description of each option that coul
304
or some other object linking other classes, resources together.
305
306
Furthermore, in some cases it is useful to resolve enum option from meta. That is also possible:
307
+
308
```php
309
$method = PaymentMethod::fromMeta(StripeHandler::class);
310
```
0 commit comments