updated composer and deleted other chart libraries other than lavacharts
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Charts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\ChartJs\Chart;
|
||||
|
||||
class ADChart extends Chart
|
||||
{
|
||||
/**
|
||||
* Initializes the chart.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user