Yarik
/
vitex
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
347cde9eb0e03a17a91a89f795c5a85bbc8fca95
Authored by
Yarik
2016-10-27 12:33:57 +0300
1 parent
8d80b67e
Certificate table name fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/Certificate.php
Inline
Side-by-side
common/models/Certificate.php
Wrap text
Show/Hide comments
View file @
347cde9
...
...
@@ -24,7 +24,7 @@
24
24
*/
25
25
public static function tableName()
26
26
{
27
- return 'cert
cre
ate';
27
+ return 'cert
ific
ate';
28
28
}
29
29
30
30
/**
...
...