Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/code/Magento/PageBuilder/Model/Stage/Preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ class Preview
*/
private $scopeConfig;

/**
* @var bool
*/
private $isPreview = false;

/**
* Preview constructor.
* @param \Magento\Store\Model\App\Emulation $emulation
Expand All @@ -67,11 +72,6 @@ public function __construct(
$this->scopeConfig = $scopeConfig;
}

/**
* @var bool
*/
private $isPreview;

/**
* Retrieve the area in which the preview needs to be ran in
*
Expand Down