<?php namespace App; use Illuminate\Database\Eloquent\Model; class Actionconditionalremoverow extends Model { protected $fillable = [ 'converter_id', 'column', 'search_string', ]; protected $table = 'actions_conditionalremoverow'; }