Skip to content

Commit 3c7bb02

Browse files
Nazar65Prakash Prajapati
authored andcommitted
magento#22876 static-test-fix
1 parent c0aa3c4 commit 3c7bb02

File tree

1 file changed

+6
-1
lines changed
  • app/code/Magento/Paypal/Controller/Billing/Agreement

1 file changed

+6
-1
lines changed

app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
*/
77
namespace Magento\Paypal\Controller\Billing\Agreement;
88

9-
class Index extends \Magento\Paypal\Controller\Billing\Agreement
9+
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
10+
11+
/**
12+
* Index Controller.
13+
*/
14+
class Index extends \Magento\Paypal\Controller\Billing\Agreement implements HttpGetActionInterface
1015
{
1116
/**
1217
* View billing agreements

0 commit comments

Comments
 (0)