trabajando en papel generico. Problema al generar el datatable

This commit is contained in:
Jaime Jimenez
2023-05-18 20:28:07 +02:00
parent 2c69b6e69c
commit 10a057493f
15 changed files with 782 additions and 37 deletions

View File

@ -57,7 +57,7 @@ abstract class GoBaseResourceController extends \CodeIgniter\RESTful\ResourceCon
*
* @var array
*/
protected $helpers = ['session', 'go_common', 'form', 'text'];
protected $helpers = ['session', 'go_common', 'form', 'text', 'general','jwt']; //JJO
/**
* Initializer method.