Skip to content

Commit 4bed591

Browse files
authored
Deprecated Magento\Store\Model\Store::$_isAdminSecure
- added @depreated tag to unused protected property - closing #4720
1 parent 53072e0 commit 4bed591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Store/Model/Store.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ class Store extends AbstractExtensibleModel implements
207207
* Flag that shows that backend URLs are secure
208208
*
209209
* @var boolean|null
210+
* @deprecated unused protected property
210211
*/
211212
protected $_isAdminSecure = null;
212213

0 commit comments

Comments
 (0)