|
...
|
...
|
@@ -68,7 +68,6 @@ class InitKeywordComment extends Command |
|
|
|
$text = Common::deal_keywords($text);
|
|
|
|
preg_match_all('/\{[^{}]*\}/', $text, $matches);
|
|
|
|
if(!empty($text)){
|
|
|
|
dd($matches[0]);
|
|
|
|
$data = [];
|
|
|
|
foreach ($matches[0] as $item){
|
|
|
|
dd($item);
|
...
|
...
|
|