Procházet zdrojové kódy

更新文件名称

Jinhui Zhu před 4 roky
rodič
revize
d3c5e1f3fd
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
 {
 
     /**