update to git

This commit is contained in:
2026-08-10 10:45:57 +07:00
parent a287885db2
commit 0158b9938a
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -77,6 +77,11 @@ class Pasien extends BaseController
->countAllResults(),
];
$data['app'] = [
'version' => getenv('APP_VERSION') ?: '1.0.0',
'status' => getenv('APP_STATUS') ?: 'Unknown',
];
return view('dashboard', $data);
}