yii2-gallery-manager
yii2-gallery-manager copied to clipboard
Set GalleryImage as child of \yii\db\ActiveRecord
#69 #7
First step: Use real ActiveRecord
class GalleryImage extends \yii\db\ActiveRecord
All another components work is as.
After this PR is merged we can use some trick like add this class to exist rule or apply translate #7
So... I try it with exist rule. Work fine for me.