打开购物车 3.0。不在管理面板中更改 colomn_left

Opencart 3.0. Doesn't change colomn_left in admin panel

我尝试更改我的管理面板并在左侧栏中添加新栏 enter image description here

我更改文件admin/controller/common/left_column.php

if ($this->user->hasPermission('access', 'customer/cards')) {
    $customer[] = array(
         'name'    => $this->language->get('text_customer_card'),
         'href'     => $this->url->link('customer/cards', 'user_token=' . $this->session->data['user_token'], true),
         'children' => array()
    );
}

我清理浏览器和 opencart 缓存。但是什么都没有改变! 该怎么办?请帮助我。

我只是忘了清除 mod 缓存。谢谢。