- <?php
- namespace Heanup\App\Api\Package\Database;
- use Heanup\Frame\Package\Database\Single;
- class Mail extends Single
- {
- const CONFIG_CLASS = 'MySQL\\Core';
- protected static $tableName = 'vesta_mail';
- protected static $fields = [];
- protected static $primaryKey = 'id';
- }
|