From 347cde9eb0e03a17a91a89f795c5a85bbc8fca95 Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 27 Oct 2016 12:33:57 +0300 Subject: [PATCH] Certificate table name fix --- common/models/Certificate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/Certificate.php b/common/models/Certificate.php index 941a392..eb413ff 100755 --- a/common/models/Certificate.php +++ b/common/models/Certificate.php @@ -24,7 +24,7 @@ */ public static function tableName() { - return 'certcreate'; + return 'certificate'; } /** -- libgit2 0.21.4