You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I had to override one method on the DefaultMediaFileStore, which meant copying the entire code over, instead of inheriting, and tweaking the bit I needed.
Think it makes sense to make the methods virtual, to make changing the behaviour a little easier.
The text was updated successfully, but these errors were encountered:
Recently I had to override one method on the
DefaultMediaFileStore
, which meant copying the entire code over, instead of inheriting, and tweaking the bit I needed.Think it makes sense to make the methods virtual, to make changing the behaviour a little easier.
The text was updated successfully, but these errors were encountered: