Closed tonyellow closed 4 years ago
I can resolve the error by adding the below lines to When i add the following lines to view-counter-bundle/Entity/ViewCounterInterface.php:
use Doctrine\ORM\Mapping as ORM;
use Doctrine\ORM\Mapping\MappedSuperclass;
use Doctrine\ORM\Mapping\HasLifecycleCallbacks;
Definately not ideal as it will be overwritten on composer update :(
Hello,
The problem is solved.
Thanks.
I'm trying to install the bundle in symfony 4.4 but i'm getting the following error:
Hope there is an easy fix, seems like a nice bundle!