Add Dynamic Form Processing for Custom Forms
This commit is contained in:
@@ -6,5 +6,11 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Application extends Model
|
||||
{
|
||||
//
|
||||
public $fillable = [
|
||||
|
||||
'applicantUserID',
|
||||
'applicantFormResponseID',
|
||||
'applicantStatus'
|
||||
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user