Quellcode durchsuchen

LuRoute private constructor

tags/0.1.0
Robin Thoni vor 8 Jahren
Ursprung
Commit
bae4c08948
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5
    0
      src/Utils/LuRoute.php

+ 5
- 0
src/Utils/LuRoute.php Datei anzeigen

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

Laden…
Abbrechen
Speichern