Skip to content

Commit c32d937

Browse files
authored
Merge pull request #350 from Geolim4/final
Fixed wrong namespace on Devfalse driver
2 parents 0d49e7c + db84455 commit c32d937

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)