mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #7942 from MichaelJJames/patch-6
Missing a semicolon in the caching docs
This commit is contained in:
commit
3826e61482
@ -45,7 +45,7 @@ This factory allows us you to globally define an adapter for all cache instances
|
||||
|
||||
|
||||
```php
|
||||
use Psr\SimpleCache\CacheInterface
|
||||
use Psr\SimpleCache\CacheInterface;
|
||||
use SilverStripe\Core\Injector\Injector;
|
||||
|
||||
$cache = Injector::inst()->get(CacheInterface::class . '.myCache');
|
||||
|
Loading…
x
Reference in New Issue
Block a user