williamespindola / field

Field is a little CMS providing only api and console resources
Other
3 stars 2 forks source link

Correct use of abstract methods on RepositoryAbstract #13

Closed williamespindola closed 8 years ago

williamespindola commented 9 years ago

The methods setStorage and getStorage on RepositoryAbstract class must be abstract at RepositoryAbstract and common only in your concrete classes.