|
...
|
...
|
@@ -324,6 +324,7 @@ class LoginController extends BaseController |
|
|
|
$textContentArray = array_filter($matches[1], function($item) {
|
|
|
|
return !empty(trim($item));
|
|
|
|
});
|
|
|
|
$textContentArray = array_values($textContentArray);
|
|
|
|
var_dump($textContentArray);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|