mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-05-28 03:33:37 +00:00
15 lines
164 B
PHP
15 lines
164 B
PHP
<?php
|
|
/**
|
|
* Author: lang
|
|
* Email: 732853989@qq.com
|
|
* Date: 2023/3/23
|
|
* Time: 18:49
|
|
*/
|
|
|
|
namespace Kkokk\Poster\Image\Queries;
|
|
|
|
|
|
class GdQuery extends Query
|
|
{
|
|
|
|
} |