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

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;
Reply


Messages In This Thread
RE: Validation in the Model not working - by neoneeco - 01-18-2021, 11:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB