mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
8 lines
102 B
PHP
8 lines
102 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* Class GoogleChartController
|
||
|
*/
|
||
|
class GoogleChartController extends BaseController {
|
||
|
|
||
|
}
|