Welcome Guest, Not a member yet? Register   Sign In
Validation in the Model not working
#7

(01-18-2021, 11:06 AM)neoneeco Wrote: Sorry i dont really understand, Do you mean that the error is here :

protected $table      = 'walking_stats';
protected $primaryKey = 'day_walked';
protected $returnType    = 'object';
protected $allowedFields = ['day_walked', 'cal_burned', 'miles_walked', 'duration', 'mph', 'shoe_id'];
protected $db;  ===> HERE ?
protected $builder;
Hi,
No my error was due to having overwritten the default Model constructor.
Reply


Messages In This Thread
RE: Validation in the Model not working - by josh2112o - 01-18-2021, 02:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB