swoole-framwork/core/annotations/DB.php
2024-05-20 11:51:07 +08:00

13 lines
180 B
PHP

<?php
namespace Core\annotations;
use Doctrine\Common\Annotations\Annotation\Target;
/**
* @Annotation
* @Target({"PROPERTY"})
*/
class DB
{
public $source = 'default';
}