Skip to content

Commit a45c512

Browse files
committed
value plugin
1 parent 749f063 commit a45c512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin/Attributes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
namespace Valar\Plugin;
77

88
use Mvc5\Plugin\Shared;
9+
use Mvc5\Plugin\Value;
910

1011
class Attributes
1112
extends Shared
@@ -15,6 +16,6 @@ class Attributes
1516
*/
1617
function __construct(string $name = 'attributes')
1718
{
18-
parent::__construct($name, []);
19+
parent::__construct($name, new Value([]));
1920
}
2021
}

0 commit comments

Comments
 (0)