tarjei / MemcacheBundle

A Memcached service for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Documentation

salehsed opened this issue · comments

In the documents , there is an error

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new SM\Memcache\SMMemcacheBundle(),
    // ...
);

Should be :

        new SM\MemcacheBundle\SMMemcacheBundle(),

Fixed now. Thanks for filing an issue.