FluxBB\Models\GroupRepository::__construct PHP Méthode

__construct() public méthode

public __construct ( Illuminate\Cache\CacheManager $cache )
$cache Illuminate\Cache\CacheManager
    public function __construct(CacheManager $cache)
    {
        $this->cache = $cache;
    }