Add Dynamic Form Processing for Custom Forms

This commit is contained in:
2020-05-08 08:10:25 +01:00
parent 4c6a435e34
commit cf7cc142a7
8 changed files with 174 additions and 19 deletions

View File

@@ -6,5 +6,11 @@ use Illuminate\Database\Eloquent\Model;
class Application extends Model
{
//
public $fillable = [
'applicantUserID',
'applicantFormResponseID',
'applicantStatus'
];
}