Skip to content
Snippets Groups Projects
Commit 3a993a05 authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Removed constructor from ViewStorage

parent b260fc13
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,6 @@
class ViewStorage extends ConfigurableBase implements ViewStorageInterface {
public function __construct(array $values, $entity_type) {
parent::__construct($values, 'view');
}
/**
* Overrides Drupal\entity\StorableInterface::id().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment