addendum icon indicating copy to clipboard operation
addendum copied to clipboard

PHP Compile Error: PHP Compile Error: Cannot declare class backend\controllers\DashboardController, because the name is already in use

Open phpdvlp opened this issue 3 years ago • 0 comments

I'm getting PHP error when getting accessing the class,

$reflection = new ReflectionAnnotatedClass("app\controllers\DashboardController")

PHP Compile Error: Cannot declare class backend\controllers\DashboardController, because the name is already in use

phpdvlp avatar Dec 15 '22 06:12 phpdvlp