mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
16 lines
155 B
PHP
16 lines
155 B
PHP
<?php
|
|
|
|
/**
|
|
* Class SearchController
|
|
*/
|
|
class SearchController extends BaseController
|
|
{
|
|
|
|
|
|
/**
|
|
*
|
|
*/
|
|
public function index()
|
|
{
|
|
}
|
|
} |