pub
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:29:06 +01:00
parent a8e7437eef
commit 9c1fd320f7

View File

@ -152,7 +152,7 @@ class Model {
/** /**
* @param array $data * @param array $data
*/ */
private function validate($newgen=false) public function validate($newgen=false)
{ {
if (!$this->dbFields) if (!$this->dbFields)
return true; return true;