Skip to content

Instantly share code, notes, and snippets.

@jtreminio
Created June 20, 2013 15:15
Show Gist options
  • Save jtreminio/5823637 to your computer and use it in GitHub Desktop.
Save jtreminio/5823637 to your computer and use it in GitHub Desktop.
$authentication = $container->get('Zend\Authentication');
vs
$authentication = $container->get(Authentication::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment