mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
11 lines
118 B
PHP
11 lines
118 B
PHP
<?php
|
|
|
|
/**
|
|
* @deprecated 3.3.0
|
|
*
|
|
* @package cms
|
|
*/
|
|
class CMSSettingsController extends SiteConfigLeftAndMain {
|
|
|
|
}
|