Change access property to access array property
This commit is contained in:
@@ -793,7 +793,7 @@ class PenebusanController extends Controller
|
||||
|
||||
$nilaihargasemasa = $this->tukaranhargaemas($norujukan);
|
||||
|
||||
$view = sprintf('penebusan.%s.index-khazanah', $cawangan_info->version);
|
||||
$view = sprintf('penebusan.%s.index-khazanah', $cawangan_info['version']);
|
||||
return view($view, compact('cawangan_info','api_url','gadai','marhun','nama','nilaihargasemasa'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user