firefly-iii/app/controllers/SearchController.php

10 lines
75 B
PHP

<?php
class SearchController
{
public function index()
{
}
}