13 lines
218 B
PHP
13 lines
218 B
PHP
<?php
|
|
/**
|
|
* SOTESHOP/stAddPricePlugin
|
|
*
|
|
*
|
|
* @package stAddPricePlugin
|
|
* @author Bartosz Alejski <bartosz.alejski@sote.pl>
|
|
*/
|
|
|
|
class appAddPriceBackendActions extends autoAppAddPriceBackendActions
|
|
{
|
|
}
|