Añadido autorute a true y corregidos errores del metodo request-

This commit is contained in:
imnavajas
2024-05-02 23:20:50 +02:00
parent 54de3402f3
commit c36dbfce86
50 changed files with 631 additions and 3160 deletions

View File

@ -48,7 +48,7 @@ abstract class BaseResourceController extends \CodeIgniter\RESTful\ResourceContr
*
* @var string
*/
protected static string $viewPath;
protected static $viewPath;
/**