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