我在我的Symfony2.8應用程序中使用VichUploaderBundle將文件屬性添加到我的實體。請參閱下面的實體代碼。 namespace WebsiteBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Gedmo\Mapping\Annotation as Gedmo;
use Symfony\Component\HttpFo
我使用symfony的2.8,我是新來的symfony,我已經實現了登錄和註冊,登記工作正常,但是當我登錄它顯示現在我這個錯誤 Type error: Argument 4 passed to Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken::__construct() must be of th