Exemplo n.º 1
0
 /**
  * Get the IoC container instance.
  *
  * @return \Illuminate\Container\Container 
  * @static 
  */
 public static function getContainer()
 {
     return \Illuminate\View\Environment::getContainer();
 }