Closed dnyt84 closed 4 years ago
Hello,
when I run php bin/magento setup:di:compile
I get the following error:
[@vz04 magento]$ php bin/magento setup:di:compile Compilation was started. Repositories code generation... 1/8 [===>------------------------] 12% 1 sec 80.5 MiB Parse error: syntax error, unexpected ')' in magento/app/code/BeeBots/AdminCustomerQuote/Model/QuoteSender.php on line 98
I removed the , in line 97 and ran the command again and it worked. I was able to send a Quote via email
Thank you
Daniel
Should be fixed. now.
Hello,
when I run php bin/magento setup:di:compile
I get the following error:
[@vz04 magento]$ php bin/magento setup:di:compile Compilation was started. Repositories code generation... 1/8 [===>------------------------] 12% 1 sec 80.5 MiB Parse error: syntax error, unexpected ')' in magento/app/code/BeeBots/AdminCustomerQuote/Model/QuoteSender.php on line 98
I removed the , in line 97 and ran the command again and it worked. I was able to send a Quote via email
Thank you
Daniel