diff --git a/lib/Drupal/views/ViewStorage.php b/lib/Drupal/views/ViewStorage.php index db3a6d8d2a4f523f09a69d027575de9deb3fe6c2..3d8728587e077dfc730e2f9dd2b1142f1136aaa8 100644 --- a/lib/Drupal/views/ViewStorage.php +++ b/lib/Drupal/views/ViewStorage.php @@ -22,11 +22,6 @@ public function id() { return $this->name; } - /** - * @var string - */ - public $db_table; - /** * Add a new display handler to the view, automatically creating an id. *