Skip to content

Instantly share code, notes, and snippets.

@phalcon
Created July 3, 2013 19:06
Show Gist options
  • Select an option

  • Save phalcon/5921772 to your computer and use it in GitHub Desktop.

Select an option

Save phalcon/5921772 to your computer and use it in GitHub Desktop.
<?php
trait StaticInjectable
{
public function getDI()
{
return Phalcon\DI::getDefault();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment