diff --git a/Model/SignedCommentInterface.php b/Model/SignedCommentInterface.php index 3258d415a..051cfcdf4 100644 --- a/Model/SignedCommentInterface.php +++ b/Model/SignedCommentInterface.php @@ -11,7 +11,7 @@ namespace FOS\CommentBundle\Model; -use FOS\UserBundle\Model\UserInterface; +use Symfony\Component\Security\Core\User\UserInterface; /** * A signed comment is bound to a FOS\UserBundle User model.