Skip to content

Commit a36f5bf

Browse files
fix: add getExtra method
1 parent ccb09e3 commit a36f5bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Theme.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ public function setExtra(array $extra): self
117117
return $this;
118118
}
119119

120+
/**
121+
* Get extra data.
122+
*/
123+
public function getExtra(): array
124+
{
125+
return $this->extra;
126+
}
127+
120128
/**
121129
* Set theme version.
122130
*/

0 commit comments

Comments
 (0)