I created my model, call it in another model and get an error
Unable to find 'frontend\models\profile\UploadForm' in file: /home/dev/www/mcs/frontend/models/profile/UploadForm.php. Namespace missing? How can this be caused?
That's what's there now (start):
<? namespace app\models; namespace frontend\models\profile; use yii\base\Model; use yii\web\UploadedFile; class UploadForm extends Model {