Skip to content

Commit

Permalink
Another fix for 4ab5779
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Feb 14, 2025
1 parent 47eade9 commit 8eb9a8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/plugins/EnvSource/src/Model/Table/EnvSourcesTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

use Cake\ORM\Table;
use Cake\Validation\Validator;
use \EnvSource\Lib\Enum\EnvSourceDuplicateModeEnum;
use \EnvSource\Lib\Enum\EnvSourceSpModeEnum;

class EnvSourcesTable extends Table {
Expand Down Expand Up @@ -106,10 +105,6 @@ public function initialize(array $config): void {
'type' => 'type',
'attribute' => 'PersonRoles.affiliation_type'
],
'duplicateModes' => [
'type' => 'enum',
'class' => 'EnvSource.EnvSourceDuplicateModeEnum'
],
'emailAddressTypes' => [
'type' => 'type',
'attribute' => 'EmailAddresses.type'
Expand Down

0 comments on commit 8eb9a8d

Please sign in to comment.