Files
register/marko_unpacked/marko/portal/models/OrderPaymentNotification.php
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

15 lines
203 B
PHP

<?php
namespace app\models;
/**
* Class OrderPaymentNotification
* @package app\models
* @property $id;
* @property $message
* @property $date
*/
class OrderPaymentNotification extends _Base
{
}