Skip to content

Instantly share code, notes, and snippets.

@frastel
Last active December 10, 2015 00:49
Show Gist options
  • Select an option

  • Save frastel/4354250 to your computer and use it in GitHub Desktop.

Select an option

Save frastel/4354250 to your computer and use it in GitHub Desktop.
<?php
private function loadModel($id)
{
return $this->get('some_new_handler_service')->load($id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment