pub
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-30 23:29:06 +01:00
parent a8e7437eef
commit 9c1fd320f7
1 changed files with 1 additions and 1 deletions

View File

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