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

__construct() public méthode

public __construct ( Illuminate\Cache\Repository $cache, Illuminate\Database\ConnectionInterface $database )
$cache Illuminate\Cache\Repository
$database Illuminate\Database\ConnectionInterface
    public function __construct(Repository $cache, ConnectionInterface $database)
    {
        $this->cache = $cache;
        $this->database = $database;
    }