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

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