Skip to content

Commit d57b497

Browse files
fix(theme): add missing getVendor method
fix #48
1 parent 8220136 commit d57b497

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Theme.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ public function setVendor(string $vendor = null): self
193193
return $this;
194194
}
195195

196+
public function getVendor(): string
197+
{
198+
return $this->vendor;
199+
}
200+
196201
/**
197202
* Check if has parent Theme.
198203
*/

0 commit comments

Comments
 (0)