浏览代码

LuRoute private constructor

tags/0.1.0
Robin Thoni 8 年前
父节点
当前提交
bae4c08948
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      src/Utils/LuRoute.php

+ 5
- 0
src/Utils/LuRoute.php 查看文件

@@ -18,6 +18,11 @@ class LuRoute {
18 18
      */
19 19
     private static $instance = null;
20 20
 
21
+    private function __construct()
22
+    {
23
+
24
+    }
25
+
21 26
     public static function getInstance()
22 27
     {
23 28
         if (is_null(self::$instance)) {

正在加载...
取消
保存