Minimal Viable Product + Refactor to pinia store + Fix PDF export
This commit is contained in:
@@ -32,6 +32,11 @@ class ResumeComponentPlacementPolicy
|
||||
return true;
|
||||
}
|
||||
|
||||
public function createForResume(User $user, ResumeComponentPlacement $componentPlacement): bool
|
||||
{
|
||||
return $user->can('update', $componentPlacement->load('resume')->resume);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determine whether the user can update the model.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user