I have created a model class using Model generator Gii with namespace common\models\Artikel
and there is no error but when I'm trying to create a model class using CRUD generator Gii, there is a error like this:
In my Models folder there is folder again named Artikel
and then on artikel.php
have that namespace common\models\Artikel
. But I don't know why I get this error using CRUD generator.