11 lines
204 B
PHP
11 lines
204 B
PHP
<?php
|
|
|
|
namespace OrderStatusNotify\Model;
|
|
|
|
use OrderStatusNotify\Model\Base\OrderStatusNotification as BaseOrderStatusNotification;
|
|
|
|
class OrderStatusNotification extends BaseOrderStatusNotification
|
|
{
|
|
|
|
}
|