mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Missing semicolon
This commit is contained in:
parent
35bfce28fc
commit
f139569ba3
@ -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…
Reference in New Issue
Block a user