update Singleton

This commit is contained in:
jerry
2021-01-20 16:45:50 +08:00
parent c68083484a
commit cd6c971547

View File

@@ -11,6 +11,8 @@ trait SingletonTrait
*/
private static $instance;
protected static $cached = [];
/**
* @return self
*/