Explorar o código

更新文件名称

Jinhui Zhu %!s(int64=4) %!d(string=hai) anos
pai
achega
d3c5e1f3fd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/Driver/TraitCache.php
  2. 1 1
      src/Driver/TraitDatabase.php

+ 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
 {
 
     /**