Change snipConent entitie property to public
This commit is contained in:
@ -25,7 +25,7 @@ class SnipLoader implements LoaderInterface
|
||||
|
||||
public function getCacheKey(string $name): string
|
||||
{
|
||||
return $this->getFromKey($name)->activeVersion->getId();
|
||||
return $this->getFromKey($name)->activeVersion->id;
|
||||
}
|
||||
|
||||
public function isFresh(string $name, int $time): bool
|
||||
|
Reference in New Issue
Block a user