mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-07 12:28:42 +00:00
fix const alignment
This commit is contained in:
parent
f17e7dcbed
commit
2287a43138
|
|
@ -28,5 +28,5 @@ abstract class NewsStatus extends Enum
|
|||
{
|
||||
public const VISIBLE = 0;
|
||||
|
||||
public const DRAFT = 1;
|
||||
public const DRAFT = 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class NewsType extends Enum
|
||||
{
|
||||
public const ARTICLE = 0;
|
||||
public const ARTICLE = 0;
|
||||
|
||||
public const LINK = 1;
|
||||
public const LINK = 1;
|
||||
|
||||
public const HEADLINE = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user