I have a rather naive question. In wamp environment I used composer in order to input some library and I use it like this:
use Hpar\PrestashopBridge\PrestashopBridge;
However in linux environment I get the following error:
mod_fcgid: stderr: PHP Fatal error: Call to undefined method Hpar\PrestashopBridge\PrestashopBridge::redirect() in /var/www/vhosts/example.com/
(it replaces the backslash with double backslash). How can I solve it?