CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Call to undefined method yii\helpers\Url::current() #3

Closed maxxer closed 9 years ago

maxxer commented 9 years ago

In AttachmentsTable.php. Replacing with

Url::remember(Url::base());

works but I'm not sure it's the intended use

CTOlet commented 9 years ago

Is there another way how to do that?

maxxer commented 9 years ago

I see current is available since Yii 2.0.3... So let's wait for it. thanks