koolreport icon indicating copy to clipboard operation
koolreport copied to clipboard

Can not redeclare the function adjoint()

Open abhijeet9920 opened this issue 4 years ago • 0 comments

Hello,

I'm using koolreport package. Below is my system configuration.

{
    "php": "^7.2",
    "koolreport/core": "^4.7",
    "laravel/framework": "^6.18.35",
    "phpoffice/phpspreadsheet": "^1.14",
}

There is a package markbaker/matrix which I think used by koolreport as well as phpoffice. It is found inside 'require' of composer.json for both koolreport and phpoffice. Because of this I'm getting "Fatal Error Cannot redeclare Matrix\adjoint() (previously declared in vendor\markbaker\matrix\classes\src\Functions\adjoint.php:21") Can you please tell where exactly I'm doing wrong.

Thank you.

abhijeet9920 avatar Jul 09 '21 10:07 abhijeet9920