Completed
Push — master ( 72c6a6...4110f2 )
by Reginaldo
28:58
created
app/Controller/CaixaController.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -70,14 +70,14 @@
 block discarded – undo
70 70
 
71 71
 		$conditions = array(
72 72
 			'joins' => array(
73
-			    array(
74
-			        'table' => 'vendas',
75
-			        'alias' => 'Venda',
76
-			        'type' => 'LEFT',
77
-			        'conditions' => array(
78
-			            'LancamentoVenda.venda_id = Venda.id',
79
-			        ),
80
-			    )
73
+				array(
74
+					'table' => 'vendas',
75
+					'alias' => 'Venda',
76
+					'type' => 'LEFT',
77
+					'conditions' => array(
78
+						'LancamentoVenda.venda_id = Venda.id',
79
+					),
80
+				)
81 81
 			),
82 82
 			'conditions' => array(
83 83
 				'LancamentoVenda.usuario_id' => $this->instancia,
Please login to merge, or discard this patch.