Skip to content

Commit

Permalink
magento#22876 static-test-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed May 20, 2019
1 parent 3fb72ae commit ed84c8d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
*/
namespace Magento\Paypal\Controller\Billing\Agreement;

class Index extends \Magento\Paypal\Controller\Billing\Agreement
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;

/**
* Index Controller.
*/
class Index extends \Magento\Paypal\Controller\Billing\Agreement implements HttpGetActionInterface
{
/**
* View billing agreements
Expand Down

0 comments on commit ed84c8d

Please sign in to comment.