fix menu with parent data and remove action google sheet not available feature
This commit is contained in:
@@ -22,4 +22,7 @@ class Menu extends Model
|
||||
public function children(){
|
||||
return $this->hasMany(Menu::class,'parent_id');
|
||||
}
|
||||
public function parent(){
|
||||
return $this->belongsTo(Menu::class,'parent_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user