コード例 #1
0
 public function getAccountChart()
 {
     $data = Accounts::getAccountChart();
     return response()->json($data);
 }