Skip to content

Commit 879c996

Browse files
committed
Remove commented dd
1 parent 517f1e3 commit 879c996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UniqueTranslationValidator.php

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public function validate($attribute, $value, $parameters, $validator) {
2424
$ignoreValue = $this->filterNullValues($parameters[2] ?? null);
2525
$ignoreColumn = $this->filterNullValues($parameters[3] ?? null);
2626

27-
// dd($parameters);
2827
$table = $parameters[0] ?? null;
2928
$tableParts = explode('.', $table);
3029
$connection = isset($tableParts[1]) ? $tableParts[0] : config('database.default');

0 commit comments

Comments
 (0)