Explorar el Código

LuRoute private constructor

tags/0.1.0
Robin Thoni hace 8 años
padre
commit
bae4c08948
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      src/Utils/LuRoute.php

+ 5
- 0
src/Utils/LuRoute.php Ver fichero

@@ -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…
Cancelar
Guardar