first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\OrderRestrictionsBundle\Admin;
|
||||
|
||||
class OrderRestrictions extends \Window
|
||||
{
|
||||
protected $template = 'window/OrderRestrictions.tpl';
|
||||
protected $tableName = 'order_restrictions';
|
||||
protected $nameField;
|
||||
}
|
||||
|
||||
return OrderRestrictions::class;
|
||||
Reference in New Issue
Block a user