Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

translator comes error when doing configureAsExternal use ardent standalone  #303

Open
@imr092

Description

@imr092

at Ardent.php

line 17:
use Illuminate\Validation\Factory as ValidationFactory;

line 19:
use Symfony\Component\Translation\Translator;

line 512:
$translator = new Translator();

line 519:
self::$validationFactory = new ValidationFactory($translator);

the Illuminate\Validation\Factory needs a Illuminate\Contracts\Translation\Translator Object, but gives Symfony\Component\Translation\Translator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions