BookStack\Services\SettingService::__construct PHP Method

__construct() public method

SettingService constructor.
public __construct ( Setting $setting, Illuminate\Contracts\Cache\Repository $cache )
$setting BookStack\Setting
$cache Illuminate\Contracts\Cache\Repository
    public function __construct(Setting $setting, Cache $cache)
    {
        $this->setting = $setting;
        $this->cache = $cache;
    }