FIX: max execution time
This commit is contained in:
@ -155,6 +155,7 @@ class Resumen
|
||||
|
||||
public function build(int $id_proyecto, DateTimeInterface $up_to)
|
||||
{
|
||||
ini_set('max_execution_time', 60 * 60);
|
||||
$ventas = $this->getVentas($id_proyecto);
|
||||
|
||||
$output = ["Libro Mayor {$ventas[0]->proyecto()->descripcion}", ''];
|
||||
|
Reference in New Issue
Block a user