Browse Source

调整方法命名规范

alexzy 4 years ago
parent
commit
bade3989d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/GameDiscountServiceInterface.php

+ 1 - 1
src/GameDiscountServiceInterface.php

@@ -4,7 +4,7 @@
 namespace Yxy\Service;
 
 
-class GameDiscountServiceInterface
+interface GameDiscountServiceInterface
 {
 
 }