Browse Source

LuRoute private constructor

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
bae4c08948
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/Utils/LuRoute.php

+ 5
- 0
src/Utils/LuRoute.php View File

@@ -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…
Cancel
Save