Skip to content

Commit a20d917

Browse files
committed
update
1 parent 75859c5 commit a20d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tqdev/PhpCrudApi/Api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(Config $config)
6262
$config->getPassword(),
6363
$config->getGeometrySrid()
6464
);
65-
$prefix = sprintf('phpcrudapi-%s-', substr($config->getUID()), 0, 8);
65+
$prefix = sprintf('phpcrudapi-%s-', substr($config->getUID(), 0, 8));
6666
$cache = CacheFactory::create($config->getCacheType(), $prefix, $config->getCachePath());
6767
$reflection = new ReflectionService($db, $cache, $config->getCacheTime());
6868
$responder = new JsonResponder($config->getJsonOptions(), $config->getDebug());

0 commit comments

Comments
 (0)