= new ReportsSender();
It throws an error saying the class ReportSender isn't found. For fix this, I have to require the class manually, like:
require './Service/ReportSender.php';
if your file is in the right folder try composer dump-autoload
Обсуждают сегодня