@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | private function verificarSiExisteLaClase($nombreDeLaClase) |
21 | 21 | { |
22 | - if(!class_exists($nombreDeLaClase)) |
|
22 | + if (!class_exists($nombreDeLaClase)) |
|
23 | 23 | { |
24 | 24 | throw new Exception("La clase no existe", 1); |
25 | 25 | } |