didn't like tracker will create own middleware

This commit is contained in:
2019-12-25 23:31:01 -06:00
parent 5261645c40
commit 0b587aaec6
3 changed files with 0 additions and 38 deletions

View File

@@ -1,21 +0,0 @@
<?php
namespace App\Charts;
//Internal Library
use ConsoleTVs\Charts\Classes\ChartJs\Chart;
class StructureFuelGauge extends Chart
{
/**
* Initializes the chart.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
}