Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Created August 12, 2012 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weaverryan/7a7b92c89e1f642cbca9 to your computer and use it in GitHub Desktop.
Save weaverryan/7a7b92c89e1f642cbca9 to your computer and use it in GitHub Desktop.
Example of Fixtures Chnage
<?php
// Add the ObjectManager type-hint to your fixtures
// ...
use Doctrine\Common\Persistence\ObjectManager;
// ...
public function load(ObjectManager $manager)
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment