diff --git a/app/Controller/Component/DeprecationComponent.php b/app/Controller/Component/DeprecationComponent.php index f2ffff25a..c2b8bc50f 100644 --- a/app/Controller/Component/DeprecationComponent.php +++ b/app/Controller/Component/DeprecationComponent.php @@ -15,7 +15,6 @@ class DeprecationComponent extends Component public function initialize(Controller $controller) { $this->deprecatedEndpoints = array( 'attributes' => array( - 'bro' => __('Use /attributes/restSearch to export in zeek format.'), 'rpz' => __('Use /attributes/restSearch to export RPZ rules.'), 'text' => __('Use /attributes/restSearch to export flat indicator lists.') ),