Skip to content

Commit 7aac6c4

Browse files
committed
Fixed wrong namespace on Devfalse driver
(cherry picked from commit 6b73b13) Removed unused NS use
1 parent f763d88 commit 7aac6c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/phpFastCache/Drivers/Devfalse/Driver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
*
1313
*/
1414

15-
namespace phpFastCache\Drivers\Devnull;
15+
namespace phpFastCache\Drivers\Devfalse;
1616

1717
use phpFastCache\Core\DriverAbstract;
18-
use phpFastCache\Core\StandardPsr6StructureTrait;
1918
use phpFastCache\Entities\driverStatistic;
2019
use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
2120
use phpFastCache\Exceptions\phpFastCacheDriverException;

0 commit comments

Comments
 (0)