We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
is it possible to use variables of relations in yaml?
Example:
my\entity\object: xyz: created: '<dateTime()>' my\entity\objectLog: xyzLog: entryFor: '@xyz' timestamp: '<dateTimeBetween($entryFor->created)>'
Got the following error:
Could not lex the value ">created"
The text was updated successfully, but these errors were encountered:
The syntax is valid but things only work up to a certain degree (see #601). An easy workaround in the meantime is to leverage custom Faker providers
Sorry, something went wrong.
current
Closing as it's part of #601
No branches or pull requests
Hi there,
is it possible to use variables of relations in yaml?
Example:
Got the following error:
The text was updated successfully, but these errors were encountered: