Search found 1 match

by AnujMagar
19 Jun 2023, 18:05
Forum: Help
Topic: How to override Aimeos\Controller\Common\Media add() function.
Replies: 1
Views: 9632

How to override Aimeos\Controller\Common\Media add() function.

Hi,

I'm on using Laravel 9, Aimeos 2022.x and PHP 8.1 on linux

I need to customize the behavior of the add() function in the Aimeos\Controller\Common\Media class using extension. However, I'm unsure about the correct approach to override this function.

Specifically, I want to extend the ...