firefly-iii/app/controllers/SearchController.php
2014-08-10 15:01:46 +02:00

16 lines
155 B
PHP

<?php
/**
* Class SearchController
*/
class SearchController extends BaseController
{
/**
*
*/
public function index()
{
}
}