Minimal Viable Product + Refactor to pinia store + Fix PDF export
This commit is contained in:
@@ -8,6 +8,12 @@ class ResumeComponentInputData extends Pivot
|
||||
{
|
||||
protected $table = 'resume_component_input_data';
|
||||
|
||||
protected $fillable = [
|
||||
'resume_component_data_id',
|
||||
'resume_component_input_id',
|
||||
'value',
|
||||
];
|
||||
|
||||
|
||||
public function componentData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user