|
...
|
...
|
@@ -192,6 +192,7 @@ class TranslateLogic extends BaseLogic |
|
|
|
$matches = array();
|
|
|
|
preg_match_all($pattern, $strippedContent, $matches);
|
|
|
|
$metaData = array();
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($matches[2], true) . PHP_EOL, FILE_APPEND);
|
|
|
|
foreach ($matches[2] as $index => $content) {
|
|
|
|
if(!empty($content)){
|
|
|
|
$metaData[] = $content;
|
...
|
...
|
|