-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[epic] Revamp readme #139
Labels
Comments
do-not-edit-start-codetree-epic-issuesIssues in this epic:
do-not-edit-end-codetree-epic-issues |
Listing monetary accounts example does not seem to work. Corrected one: $monetaryAccountList = MonetaryAccount::listing();
foreach ($monetaryAccountList->getValue() as $monetaryAccount) {
var_dump($monetaryAccount->getReferencedObject()->getDescription() . PHP_EOL);
}
`` |
@Wouter0100 😁 nice stop, feel free to create a PR to fix this :). Do you mind checking the readme's of the other 2 SDK's and create a PR ? They are referenced in the comment above. |
Sure! @OGKevin I'll get back to you asap when I have a complete overview and implemented the features I need :) |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whit the release of tinker, we will now use that as example. So example references to the example folder should be pointed to tinker code.
The text was updated successfully, but these errors were encountered: