Skip to content

Commit ed84c8d

Browse files
committed
magento#22876 static-test-fix
1 parent 3fb72ae commit ed84c8d

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)