Skip to content

Commit

Permalink
Additional commit for CFM-24
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Sep 20, 2025
1 parent 47c3f25 commit 4fb20aa
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/plugins/EnvSource/src/Model/Entity/EnvSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class EnvSource extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
2 changes: 2 additions & 0 deletions app/plugins/EnvSource/src/Model/Entity/EnvSourceIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class EnvSourceIdentity extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class PetitionEnvIdentity extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
2 changes: 2 additions & 0 deletions app/plugins/OrcidSource/src/Model/Entity/OrcidSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class OrcidSource extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
2 changes: 2 additions & 0 deletions app/plugins/OrcidSource/src/Model/Entity/OrcidToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class OrcidToken extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
2 changes: 2 additions & 0 deletions app/plugins/OrcidSource/src/Model/Entity/PetitionOrcid.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class PetitionOrcid extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
2 changes: 2 additions & 0 deletions app/plugins/SshKeyAuthenticator/src/Model/Entity/SshKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class SshKey extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
use Cake\ORM\Entity;

class SshKeyAuthenticator extends Entity {
use \App\Lib\Traits\EntityMetaTrait;

/**
* Fields that can be mass assigned using newEntity() or patchEntity().
*
Expand Down

0 comments on commit 4fb20aa

Please sign in to comment.