update v1.0.5
This commit is contained in:
@@ -4,7 +4,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Fields extends Model {
|
||||
|
||||
protected $table = 'fields';
|
||||
protected $table = 'custom_form_fields';
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
@@ -12,4 +12,4 @@ class Fields extends Model {
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['forms_id','label','name', 'type', 'value','required'];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user