mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Added comment getMessage()
for Constants.
This commit is contained in:
parent
37fc92eea3
commit
975cf496ba
@ -16,6 +16,9 @@ use Hyperf\Contract\TranslatorInterface;
|
||||
use Hyperf\Utils\ApplicationContext;
|
||||
use Hyperf\Utils\Str;
|
||||
|
||||
/**
|
||||
* @method static string getMessage(int $code, $translate = null)
|
||||
*/
|
||||
abstract class AbstractConstants
|
||||
{
|
||||
public static function __callStatic($name, $arguments)
|
||||
|
Loading…
Reference in New Issue
Block a user