mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-28 17:24:35 -06:00
12 lines
100 B
PHP
12 lines
100 B
PHP
<?php
|
|
|
|
class ReportController extends BaseController
|
|
{
|
|
|
|
|
|
public function index()
|
|
{
|
|
|
|
}
|
|
|
|
} |