App\services\AuthService::__construct PHP Method

__construct() public method

AuthService constructor.
public __construct ( AccountRepository $repo )
$repo App\Ninja\Repositories\AccountRepository
    public function __construct(AccountRepository $repo)
    {
        $this->accountRepo = $repo;
    }