瀏覽代碼

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)) {

Loading…
取消
儲存