Skip to content
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

[Docs fix] Proxy::_save() instead of Proxy::save() #760

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

GrinWay
Copy link
Contributor

@GrinWay GrinWay commented Dec 17, 2024

Changed an incorrect function name in the docs

$post->save(); // persist the Post
to
$post->_save(); // persist the Post

Changed an incorrect function name in the docs

$post->save(); // persist the Post 
to
$post->_save(); // persist the Post
@nikophil
Copy link
Member

thanks @GrinWay

@nikophil nikophil merged commit d192c4a into zenstruck:2.x Dec 17, 2024
71 checks passed
javiereguiluz added a commit to javiereguiluz/foundry that referenced this pull request Dec 20, 2024
* upstream/2.x:
  docs: clarify default attributes and fixed some syntax issues (zenstruck#765)
  tests: validate PSR-4 in CI (zenstruck#762)
  [Docs fix] Just spelling in docs (zenstruck#761)
  [Docs fix] Proxy::_save() instead of Proxy::save() (zenstruck#760)
  [Docs fix] Factory::_real() instead Factory::object() (zenstruck#759)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants