Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created February 16, 2022 12:56
Show Gist options
  • Save DanyF-github/ee49092c4ec8c02e525fef2fe0180fc3 to your computer and use it in GitHub Desktop.
Save DanyF-github/ee49092c4ec8c02e525fef2fe0180fc3 to your computer and use it in GitHub Desktop.
$someData = \MyNamespace\MyORM\MyRepository::findAllBySomething(SOMETHING);
foreach ($someData as $myEntity) {
$myEntity->doTheThing();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment