<?php namespace App; use Illuminate\Database\Eloquent\Model; class Actionmathreplacecontent extends Model { protected $fillable = [ 'converter_id', 'math_operation', 'checked_column_1', 'checked_column_2', 'target_column', 'round', ]; protected $table = 'actions_math_replace_content'; }