Ejemplo n.º 1
0
 public static function getInstance($type = 'default')
 {
     if (!isset(self::$instance[$type])) {
         self::$instance[$type] = new static(\Panada\Resource\Config::session()[$type]);
     }
     return self::$instance[$type];
 }