D'autres fichiers en conf
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace PaymentCondition\Controller;
|
||||
|
||||
use PaymentCondition\Model\PaymentDeliveryCondition;
|
||||
use PaymentCondition\Model\PaymentDeliveryConditionQuery;
|
||||
use Thelia\Controller\Admin\BaseAdminController;
|
||||
use Thelia\Core\HttpFoundation\JsonResponse;
|
||||
use Thelia\Model\ModuleQuery;
|
||||
|
||||
class AdminController extends BaseAdminController
|
||||
{
|
||||
public function viewAction()
|
||||
{
|
||||
return $this->render('payment-condition/configuration');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user