mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-12 20:28:41 +00:00
manual cs fixes
This commit is contained in:
parent
4d087aeb4e
commit
76ce6b8584
|
|
@ -27,11 +27,11 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
|
||||||
*/
|
*/
|
||||||
class Workflow implements WorkflowInterface
|
class Workflow implements WorkflowInterface
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
private $state = 0;
|
private $state = 0;
|
||||||
|
|
||||||
private $con = null;
|
private $con = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user