mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
10 lines
98 B
PHP
10 lines
98 B
PHP
<?php
|
|
|
|
class SearchController extends BaseController
|
|
{
|
|
|
|
|
|
public function index()
|
|
{
|
|
}
|
|
} |