Skip to content

Commit

Permalink
Change resource model from core_mysql4 to core_resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Jan 28, 2022
1 parent 67c2ec4 commit 08025ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/local/Cm/RedisSession/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</modules>
<global>
<models>
<core_mysql4>
<core_resource>
<rewrite>
<session>Cm_RedisSession_Model_Session</session>
</rewrite>
</core_mysql4>
</core_resource>
</models>
</global>
</config>

0 comments on commit 08025ef

Please sign in to comment.