diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index 04305084..78331c77 100644 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -12,17 +12,17 @@ */ class ReportAdmin extends LeftAndMain implements PermissionProvider { - public static $url_segment = 'reports'; + private static $url_segment = 'reports'; - public static $url_rule = '/$ReportClass/$Action'; + private static $url_rule = '/$ReportClass/$Action'; - public static $menu_title = 'Reports'; + private static $menu_title = 'Reports'; - public static $template_path = null; // defaults to (project)/templates/email + private static $template_path = null; // defaults to (project)/templates/email - public static $tree_class = 'SS_Report'; + private static $tree_class = 'SS_Report'; - public static $url_handlers = array( + private static $url_handlers = array( '$ReportClass/$Action' => 'handleAction' ); diff --git a/composer.json b/composer.json index 500628ec..b582b83c 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,6 @@ }], "require": { "php": ">=5.3.2", - "silverstripe/framework": ">=3.1.x-dev" + "silverstripe/framework": "~3.2" } } \ No newline at end of file