Files

7 lines
101 B
PHP

<?php
class ControllerCommonSearch extends Controller {
public function index() {
return '';
}
}