update to git
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user