Feat: Implement disposition document handling for admins
This commit is contained in:
@@ -22,10 +22,9 @@ class Upload implements BlameableEntityInterface, TimestampableEntityInterface
|
||||
public const TYPE_DOCUMENT = 'document';
|
||||
|
||||
public const STATUS_NEW = 'new';
|
||||
public const CHECKING = 'checking';
|
||||
public const STATUS_CHECKED = 'checked';
|
||||
public const STATUS_PAID = 'paid';
|
||||
public const STATUS_ERROR = 'error';
|
||||
public const STATUS_REJECTED = 'rejected';
|
||||
|
||||
#[ORM\Id]
|
||||
#[ORM\GeneratedValue]
|
||||
|
||||
Reference in New Issue
Block a user