mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-07 18:37:55 +00:00
8 lines
102 B
PHP
8 lines
102 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Class GoogleChartController
|
||
|
|
*/
|
||
|
|
class GoogleChartController extends BaseController {
|
||
|
|
|
||
|
|
}
|