Add Foodbox thumb

[MAILPOET-922]
This commit is contained in:
Pavel Dohnal
2017-06-28 10:56:38 +01:00
parent cbce789ac8
commit 15e3e93c99
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace MailPoet\Config\PopulatorData\Templates;
class FoodBox {
private $template_image_url;
private $social_icon_url;
@ -751,6 +751,7 @@ class FoodBox {
}
private function getThumbnail() {
return $this->template_image_url . '/welcome-to-foodbox.jpg';
}
}