Exemplo n.º 1
0
 /**
  * Get the extension to engine bindings.
  *
  * @return array 
  * @static 
  */
 public static function getExtensions()
 {
     return \Illuminate\View\Environment::getExtensions();
 }