more data
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-30 23:40:14 +01:00
parent ececc6235c
commit c5615940f1

View File

@ -159,6 +159,8 @@ class Model {
$data = $this->data; $data = $this->data;
var_dump($data['active']);
foreach ($this->dbFields as $key => $options) { foreach ($this->dbFields as $key => $options) {
$type = null; $type = null;
$required = false; $required = false;