Skip to content

Commit

Permalink
Release version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Apr 30, 2024
1 parent c31818a commit e544669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Driver/ZendDiskCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
class ZendDiskCache extends Cache
{
const CLASS_NAME = 'ZendDiskCacheCache';
const CLASS_NAME = 'ZendDiskCache';
protected $driverConfig = [];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Driver/ZendMemoryCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
class ZendMemoryCache extends Cache
{
const CLASS_NAME = 'ZendMemoryCacheCache';
const CLASS_NAME = 'ZendMemoryCache';
protected $driverConfig = [];

/**
Expand Down

0 comments on commit e544669

Please sign in to comment.