|
@@ -195,7 +195,7 @@ class ObraHerramientaController extends Controller {
|
|
|
];
|
|
|
$this->anchoColumnas($anchoColumnas);
|
|
|
$documento = $this->obtenerHojaDeCalculo();
|
|
|
- $this->crear($documento, "Empleados_" . date("YmdHis"), self::TIPO_EXCEL);
|
|
|
+ $this->crear($documento, "Herramienta_" . date("YmdHis"), self::TIPO_EXCEL);
|
|
|
\Yii::$app->end();
|
|
|
}
|
|
|
|