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

Added constructor to ViewStorage class

parent 24a7b3cd
No related branches found
No related tags found
No related merge requests found
<?php
<?php
/**
* @file
......@@ -11,6 +11,10 @@
class ViewStorage extends ConfigurableBase {
public function __construct() {
parent::__construct($values, 'view');
}
/**
* @var string
*/
......
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