Removed db_table property from ViewStorage.
parent
5799c9fa35
commit
72c5850596
|
@ -22,11 +22,6 @@ class ViewStorage extends ConfigurableBase {
|
|||
return $this->name;
|
||||
}
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $db_table;
|
||||
|
||||
/**
|
||||
* Add a new display handler to the view, automatically creating an id.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue