swoole-framwork/core/annotations/DB.php

13 lines
180 B
PHP
Raw Normal View History

2024-05-20 11:51:07 +08:00
<?php
namespace Core\annotations;
use Doctrine\Common\Annotations\Annotation\Target;
/**
* @Annotation
* @Target({"PROPERTY"})
*/
class DB
{
public $source = 'default';
}