public function __construct(XenForo $xenforo, Filesystem $file)
 {
     $this->xenforo = $xenforo;
     $this->file = $file;
     parent::__construct();
 }
Beispiel #2
0
 public function __construct(XenForo $xenforo)
 {
     $this->xenforo = $xenforo;
     parent::__construct();
 }