更新 app/Admin/Services/KeywordService.php
parent
c2c096ae7b
commit
9bccc483dc
|
|
@ -67,7 +67,7 @@ class KeywordService extends BaseService
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function resloveData($data)
|
public function resloveData($data, $model = null)
|
||||||
{
|
{
|
||||||
$parent_id = data_get($data, 'parent_id');
|
$parent_id = data_get($data, 'parent_id');
|
||||||
if (!is_null($parent_id)) {
|
if (!is_null($parent_id)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue