Initial import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace app\models;
|
||||
|
||||
/**
|
||||
* Class OrderPaymentNotification
|
||||
* @package app\models
|
||||
* @property $id;
|
||||
* @property $message
|
||||
* @property $date
|
||||
*/
|
||||
class OrderPaymentNotification extends _Base
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user