|
...
|
...
|
@@ -127,6 +127,7 @@ class ProofreadingController extends BaseController |
|
|
|
});
|
|
|
|
$textContentArray = array_values($textContentArray);
|
|
|
|
$uniqueArray = array_unique($textContentArray);
|
|
|
|
return $uniqueArray;
|
|
|
|
$textContentArray = array_values($textContentArray);
|
|
|
|
return $textContentArray;
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|