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