mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
use solution repository instead of built-in (#209)
* use solution repository instead of built-in * suppress static analysis
This commit is contained in:
@@ -10,7 +10,6 @@ class SingletonViolationException extends ZMException
|
||||
{
|
||||
parent::__construct(
|
||||
"类 {$singleton_class_name} 是单例模式,不允许初始化多个实例。",
|
||||
"请检查代码,确保只初始化了一个 {$singleton_class_name} 实例。",
|
||||
69
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user