forked from miguel456/rbrecruiter
Store form structure in DB
This commit is contained in:
@@ -6,5 +6,11 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Form extends Model
|
||||
{
|
||||
//
|
||||
public $fillable = [
|
||||
|
||||
'formName',
|
||||
'formStructure',
|
||||
'formStatus'
|
||||
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user