diff --git a/app/Charts/StructureFuelGauge.php b/app/Charts/StructureFuelGauge.php deleted file mode 100644 index e525218c0..000000000 --- a/app/Charts/StructureFuelGauge.php +++ /dev/null @@ -1,21 +0,0 @@ - Laravel\Socialite\Facades\Socialite::class, 'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class, //'Charts' => ConsoleTVs\Charts\Charts::class, - 'Tracker' => PragmaRX\Tracker\Vendor\Laravel\Facade::class, ], ]; diff --git a/config/database.php b/config/database.php index 14e9d3e82..32a71c46f 100644 --- a/config/database.php +++ b/config/database.php @@ -93,21 +93,6 @@ return [ 'prefix' => '', ], - 'tracker' => [ - 'driver' => 'mysql', - 'host' => env('DB_HOST', '127.0.0.1'), - 'port' => env('DB_PORT', '3306'), - 'database' => env('DB_DATABASE', 'forge'), - 'username' => env('DB_USERNAME', 'forge'), - 'password' => env('DB_PASSWORD', ''), - 'unix_socket' => env('DB_SOCKET', ''), - 'charset' => 'utf8mb4', - 'collation' => 'utf8mb4_unicode_ci', - 'prefix' => '', - 'strict' => false, - 'engine' => null, - ], - ], /*