I have install setasign/fpdi on my Symfony, I create a class for generate a PDF :
class MerchPDF extends \FPDI {.... }
and I have this error :
Attempted to load class "FPDI" from the global namespace. Did you forget a "use" statement?
on local, no problem. on production, there is this error ... and all files are equals.
Are you an idea ?
Thanks