mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
17 lines
190 B
PHP
17 lines
190 B
PHP
<?php
|
|
|
|
/**
|
|
* @deprecated 3.3.0
|
|
*
|
|
* @package cms
|
|
*/
|
|
class CMSSettingsController extends SiteConfigLeftAndMain {
|
|
|
|
/**
|
|
* @config
|
|
* @var int
|
|
*/
|
|
private static $url_priority = 60;
|
|
|
|
}
|