mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
8 lines
102 B
PHP
8 lines
102 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Class GoogleChartController
|
||
|
*/
|
||
|
class GoogleChartController extends BaseController {
|
||
|
|
||
|
}
|