Skip to content

Commit e31a8c3

Browse files
committed
Declare module namespace
1 parent f4496e9 commit e31a8c3

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

app/code/Magento/Newsletter/Block/Adminhtml/Problem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Problem extends \Magento\Backend\Block\Template
1919
/**
2020
* @var string
2121
*/
22-
protected $_template = 'problem/list.phtml';
22+
protected $_template = 'Magento_Newsletter::problem/list.phtml';
2323

2424
/**
2525
* @var \Magento\Newsletter\Model\ResourceModel\Problem\Collection

app/code/Magento/Newsletter/Block/Adminhtml/Queue/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Edit extends \Magento\Backend\Block\Template
1919
/**
2020
* @var string
2121
*/
22-
protected $_template = 'queue/edit.phtml';
22+
protected $_template = 'Magento_Newsletter::queue/edit.phtml';
2323

2424
/**
2525
* Core registry

app/code/Magento/Newsletter/Block/Adminhtml/Subscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Subscriber extends \Magento\Backend\Block\Template
2929
/**
3030
* @var string
3131
*/
32-
protected $_template = 'subscriber/list.phtml';
32+
protected $_template = 'Magento_Newsletter::subscriber/list.phtml';
3333

3434
/**
3535
* @var \Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory

app/code/Magento/Newsletter/Block/Adminhtml/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Template extends \Magento\Backend\Block\Template
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'template/list.phtml';
19+
protected $_template = 'Magento_Newsletter::template/list.phtml';
2020

2121
/**
2222
* @return $this

app/code/Magento/Tax/Block/Adminhtml/Rate/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Form extends \Magento\Backend\Block\Widget\Form\Generic
3131
/**
3232
* @var string
3333
*/
34-
protected $_template = 'rate/form.phtml';
34+
protected $_template = 'Magento_Tax::rate/form.phtml';
3535

3636
/**
3737
* Tax data

app/code/Magento/Tax/Block/Adminhtml/Rate/Title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Title extends \Magento\Framework\View\Element\Template
2323
/**
2424
* @var string
2525
*/
26-
protected $_template = 'rate/title.phtml';
26+
protected $_template = 'Magento_Tax::rate/title.phtml';
2727

2828
/**
2929
* @var \Magento\Store\Model\StoreFactory

app/code/Magento/Tax/Block/Adminhtml/Rate/Toolbar/Add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Add extends \Magento\Backend\Block\Template implements \Magento\Backend\Bl
2020
/**
2121
* @var string
2222
*/
23-
protected $_template = 'toolbar/rate/add.phtml';
23+
protected $_template = 'Magento_Tax::toolbar/rate/add.phtml';
2424

2525
/**
2626
* @var \Magento\Backend\Block\Widget\Button\ButtonList

app/code/Magento/Tax/Block/Adminhtml/Rate/Toolbar/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Save extends \Magento\Backend\Block\Template implements \Magento\Backend\B
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'toolbar/rate/save.phtml';
19+
protected $_template = 'Magento_Tax::toolbar/rate/save.phtml';
2020

2121
/**
2222
* @var \Magento\Backend\Block\Widget\Button\ButtonList

app/code/Magento/Tax/Block/Checkout/Grandtotal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Grandtotal extends \Magento\Checkout\Block\Total\DefaultTotal
1515
*
1616
* @var string
1717
*/
18-
protected $_template = 'checkout/grandtotal.phtml';
18+
protected $_template = 'Magento_Tax::checkout/grandtotal.phtml';
1919

2020
/**
2121
* @var \Magento\Tax\Model\Config

app/code/Magento/Tax/Block/Checkout/Shipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Shipping extends \Magento\Checkout\Block\Total\DefaultTotal
1515
*
1616
* @var string
1717
*/
18-
protected $_template = 'checkout/shipping.phtml';
18+
protected $_template = 'Magento_Tax::checkout/shipping.phtml';
1919

2020
/**
2121
* @var \Magento\Tax\Model\Config

0 commit comments

Comments
 (0)