@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | /** |
| 22 | 22 | * A new job was created. |
| 23 | 23 | */ |
| 24 | - const CREATED = /*@translate*/ 'created'; |
|
| 24 | + const CREATED = /*@translate*/ 'created'; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * A new job is waiting for approval |
@@ -36,12 +36,12 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * A Job is accepted an is going to be published |
| 38 | 38 | */ |
| 39 | - const PUBLISH = /*@translate*/ 'publish'; |
|
| 39 | + const PUBLISH = /*@translate*/ 'publish'; |
|
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * A Job is online |
| 43 | 43 | */ |
| 44 | - const ACTIVE = /*@translate*/ 'active'; |
|
| 44 | + const ACTIVE = /*@translate*/ 'active'; |
|
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * A job was is set inactive |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | /** |
| 52 | 52 | * A job was expired |
| 53 | 53 | */ |
| 54 | - const EXPIRED = /*@translate*/ 'expired'; |
|
| 54 | + const EXPIRED = /*@translate*/ 'expired'; |
|
| 55 | 55 | |
| 56 | 56 | public function __construct($status = self::CREATED); |
| 57 | 57 | |