nextcloud/search/appinfo/app.php

6 lines
91 B
PHP

<?php
OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
?>