jeudi 8 décembre 2016

Call to undefined method stdClass::save()

I'm trying to save into the database but I constantly get this error

Call to undefined method stdClass::save()

my controller

 $c = DB::table('subject_user')->where('user_id', $value)->first();

 $c->auth_teacher = '1';

 $c->save();



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire