1 | <?php namespace StudioBonito\SilverStripe\TypeKit\Extensions; |
||
13 | class TypeKitSiteConfigExtension extends \DataExtension |
||
14 | { |
||
15 | /** |
||
16 | * List of database fields. {@link DataObject::$db} |
||
17 | * |
||
18 | * @var array |
||
19 | */ |
||
20 | private static $db = array( |
||
|
|||
21 | 'TypeKitID' => 'Varchar(32)', |
||
22 | ); |
||
23 | |||
24 | 3 | public function updateCMSFields(FieldList $fields) |
|
34 | } |
||
35 |
This check marks private properties in classes that are never used. Those properties can be removed.