mass assignment fix
This commit is contained in:
parent
1bc5f17578
commit
f1460b819f
@ -7,4 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class UsersRecipes extends Model
|
||||
{
|
||||
protected $fillable = ['user_id', 'recipe_id'];
|
||||
|
||||
public function setUpdatedAtAttribute($value) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user