Bug #11367

The object "F3\Party\Domain\Repository\AccountRepository" does not exist

Added by Stefano Kowalke over 4 years ago. Updated almost 4 years ago.

Status:Closed Start date:2010-12-09
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

In blog example change the code inside SetupController.php from

    /**
     * @inject
     * @var \F3\Party\Domain\Repository\AccountRepository
     */
    protected $accountRepository;
into
    /**
     * @inject
     * @var \F3\FLOW3\Security\AccountRepository
     */
    protected $accountRepository;

History

#1 Updated by Stefano Kowalke over 4 years ago

I just realized, that I used an outdated version of the blog example which I downloaded as mentioned in the Getting Started tutorial. So this issue can be closed.

#2 Updated by Robert Lemke almost 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF