Skip to content

Commit

Permalink
merge main into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic committed Jan 17, 2024
2 parents dc09a0f + 6539160 commit 0f341a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zmsdb/src/Zmsdb/ProcessStatusArchived.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace BO\Zmsdb;

use \BO\Zmsentities\ProcessArchived as Entity;
use \BO\Zmsentities\Processarchived as Entity;
use \BO\Zmsentities\Collection\ProcessList as Collection;

/**
Expand Down
3 changes: 2 additions & 1 deletion zmsentities/src/Zmsentities/ProcessArchived.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
namespace BO\Zmsentities;

use \BO\Zmsentities\Helper\Property;
use \BO\Zmsentities\Process;

/**
* @SuppressWarnings(Complexity)
* @SuppressWarnings(Coupling)
* @SuppressWarnings(Public)
*
*/
class ProcessArchived extends Process
class Processarchived extends Process
{
public static $schema = "processarchived.json";
}
16 changes: 16 additions & 0 deletions zmsentities/src/Zmsentities/Processarchived.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
namespace BO\Zmsentities;

use \BO\Zmsentities\Helper\Property;
use \BO\Zmsentities\Process;

/**
* @SuppressWarnings(Complexity)
* @SuppressWarnings(Coupling)
* @SuppressWarnings(Public)
*
*/
class ProcessArchived extends Process
{
public static $schema = "processarchived.json";
}

0 comments on commit 0f341a2

Please sign in to comment.