Skip to content

Commit

Permalink
Update ctyperesource.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 11, 2024
1 parent 443e760 commit 307bbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/class/ctyperesource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Class Ctyperesource
*/
class Ctyperesource
class Ctyperesource extends CommonDict
{
/**
* @var string Id to identify managed objects
Expand Down Expand Up @@ -465,7 +465,7 @@ public function initAsSpecimen()
/**
* Class CtyperesourceLine
*/
class CtyperesourceLine extends CommonDict
class CtyperesourceLine
{
/**
* @var int ID
Expand Down

0 comments on commit 307bbc7

Please sign in to comment.