Skip to content

Commit 9f06c5f

Browse files
committed
Declare module namespace
1 parent 756dc8c commit 9f06c5f

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
@@ -17,7 +17,7 @@ class Problem extends \Magento\Backend\Block\Template
1717
/**
1818
* @var string
1919
*/
20-
protected $_template = 'problem/list.phtml';
20+
protected $_template = 'Magento_Newsletter::problem/list.phtml';
2121

2222
/**
2323
* @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
@@ -16,7 +16,7 @@ class Edit extends \Magento\Backend\Block\Template
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'queue/edit.phtml';
19+
protected $_template = 'Magento_Newsletter::queue/edit.phtml';
2020

2121
/**
2222
* Core registry

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

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

3030
/**
3131
* @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
@@ -18,7 +18,7 @@ class Add extends \Magento\Backend\Block\Template implements \Magento\Backend\Bl
1818
/**
1919
* @var string
2020
*/
21-
protected $_template = 'toolbar/rate/add.phtml';
21+
protected $_template = 'Magento_Tax::toolbar/rate/add.phtml';
2222

2323
/**
2424
* @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)