I have an error in this opencart 1.5.6.4 script
"Parse error: syntax error, unexpected '[', expecting ')' "
the script is like this:
'title' => explode('-', $this->config->get('rumahkaosbintang_city'))[0] . ' - ' . $tujuan[0]. ' (' . $weight / 1000 . ' Kgram)' ,
could you tell me what is wrong with it?