Commit 38ae7641 authored by wwccw0591's avatar wwccw0591

pc

parent 47e4ed57
...@@ -46,9 +46,9 @@ class MessageServiceModel extends \Business\AbstractModel ...@@ -46,9 +46,9 @@ class MessageServiceModel extends \Business\AbstractModel
*/ */
public static function getInstance() public static function getInstance()
{ {
echo 23424;exit;
if (!(self::$_instance instanceof self)) { if (!(self::$_instance instanceof self)) {
self::$_instance = new self(); self::$_instance = new self();
echo 333;exit;
} }
return self::$_instance; return self::$_instance;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment