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
Description
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
Labels
No labels