feat: add custom BottomButton instead of TG
This commit is contained in:
@@ -57,7 +57,7 @@ class Controllerextensiontgshophandle extends Controller
|
||||
});
|
||||
|
||||
$app->bind(ImageToolInterface::class, function () {
|
||||
return new ImageTool(DIR_IMAGE);
|
||||
return new ImageTool(DIR_IMAGE, HTTPS_SERVER);
|
||||
});
|
||||
|
||||
$this->load->model('checkout/order');
|
||||
|
||||
Reference in New Issue
Block a user