Update changelog and API

This commit is contained in:
James Cole
2024-11-06 13:50:47 +01:00
parent 06cc6c29aa
commit 225588f3e7
6 changed files with 6 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ class AboutController extends Controller
$data
= [
'version' => config('firefly.version'),
'api_version' => config('firefly.api_version'),
'api_version' => config('firefly.version'),
'php_version' => $phpVersion,
'os' => $phpOs,
'driver' => $currentDriver,