Jinhui Zhu 4 жил өмнө
parent
commit
d3c5e1f3fd

+ 1 - 1
src/Driver/TraitCache1.php → src/Driver/TraitCache.php

@@ -1,7 +1,7 @@
 <?php
 namespace Qii\Driver;
 
-trait traitCache
+trait TraitCache
 {
     public $cache;
     /**

+ 1 - 1
src/Driver/TraitDatabase1.php → src/Driver/TraitDatabase.php

@@ -1,7 +1,7 @@
 <?php
 namespace Qii\Driver;
 
-trait traitDatabase
+trait TraitDatabase
 {
 
     /**