We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517f1e3 commit 879c996Copy full SHA for 879c996
src/UniqueTranslationValidator.php
@@ -24,7 +24,6 @@ public function validate($attribute, $value, $parameters, $validator) {
24
$ignoreValue = $this->filterNullValues($parameters[2] ?? null);
25
$ignoreColumn = $this->filterNullValues($parameters[3] ?? null);
26
27
- // dd($parameters);
28
$table = $parameters[0] ?? null;
29
$tableParts = explode('.', $table);
30
$connection = isset($tableParts[1]) ? $tableParts[0] : config('database.default');
0 commit comments