| 1 | <?php | ||
| 7 | /** | ||
| 8 | * Legacy extension to aid with migrating from Blocks 0.x to 1.x. | ||
| 9 | * | ||
| 10 | * @author Shea Dawson <[email protected]> | ||
| 11 | */ | ||
| 12 | class BlockSiteConfigExtension extends DataExtension | ||
| 13 | { | ||
| 14 | private static $many_many = array( | ||
|  | |||
| 15 | "Blocks" => "SheaDawson\Blocks\model\Block", | ||
| 16 | ); | ||
| 17 | |||
| 18 | /** | ||
| 19 | * | ||
| 20 | **/ | ||
| 21 | public function updateCMSFields(FieldList $fields) | ||
| 26 | 
This check marks private properties in classes that are never used. Those properties can be removed.