@@ -31,11 +31,11 @@ |
||
31 | 31 | new Campos($array['campos']) |
32 | 32 | ), |
33 | 33 | new Where( |
34 | - new SentenciaDeComparacionColumnaOperadorValor( |
|
35 | - new Columna($array['where'][0]), |
|
36 | - new Operador($array['where'][1]), |
|
37 | - new Valor($array['where'][2]) |
|
38 | - ) |
|
34 | + new SentenciaDeComparacionColumnaOperadorValor( |
|
35 | + new Columna($array['where'][0]), |
|
36 | + new Operador($array['where'][1]), |
|
37 | + new Valor($array['where'][2]) |
|
38 | + ) |
|
39 | 39 | ) |
40 | 40 | ) |
41 | 41 | ); |