<?php namespace App; use Illuminate\Database\Eloquent\Model; class Actionreplacevalue extends Model { protected $fillable = [ 'converter_id', 'column', 'what', 'with', ]; protected $table = 'actions_replace_character'; }