Commit 347cde9eb0e03a17a91a89f795c5a85bbc8fca95

Authored by Yarik
1 parent 8d80b67e

Certificate table name fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Certificate.php
... ... @@ -24,7 +24,7 @@
24 24 */
25 25 public static function tableName()
26 26 {
27   - return 'certcreate';
  27 + return 'certificate';
28 28 }
29 29  
30 30 /**
... ...