Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created December 8, 2016 11:41
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 JamesTheHacker/85e5860990a2eb96a40a0e9358a7ebf7 to your computer and use it in GitHub Desktop.
Save JamesTheHacker/85e5860990a2eb96a40a0e9358a7ebf7 to your computer and use it in GitHub Desktop.
$container['GroupRepository'] = function() {
return new StudentApp\Repositories\GroupRepository(
new \StudentApp\Models\Group
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment