forked from miguel456/rbrecruiter
Add Dynamic Form Processing for Custom Forms
This commit is contained in:
@@ -6,5 +6,9 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Response extends Model
|
||||
{
|
||||
//
|
||||
public $fillable = [
|
||||
'responseFormID',
|
||||
'associatedVacancyID',
|
||||
'responseData'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user