예제 #1
0
파일: Base.php 프로젝트: fuelphp/legacy
 /**
  * Shortcut method to get access to the Container
  */
 protected static function getContainer()
 {
     return \Fuel::getContainer();
 }