Skip to content

Commit

Permalink
Merge pull request #108 from mchev/updating_other_stored_namespaces
Browse files Browse the repository at this point in the history
Adding new field to update #107
  • Loading branch information
mchev committed Jun 20, 2024
2 parents a0bf6f7 + 210f735 commit 0af3799
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ private function replaceModelTypes(string $from, string $to): void
'email_logs' => 'mailable_type',
'notifications' => 'notifiable_type',
'personal_access_tokens' => 'tokenable_type',
'custom_fields' => 'model_type',
'custom_field_values' => 'custom_field_valuable_type',
'abilities' => 'entity_type',
'assigned_roles' => 'entity_type',
Expand Down

0 comments on commit 0af3799

Please sign in to comment.