mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-05-01 02:47:54 +02:00
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
|
|
namespace App\Constants;
|
|
|
|
class PageUrlContentIds
|
|
{
|
|
public static $CONTENT_NONE = 0;
|
|
public static $CONTENT_PAGE = 1;
|
|
public static $CONTENT_BLOG = 2;
|
|
} |