Alex Savenko
/
analytics
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
56df7c41fb13262681a179d1caf18e42e5ad7df2
Authored by
Alex Savenko
2017-02-07 16:51:25 +0200
1 parent
5c4527f5
user registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Model/User.php
Inline
Side-by-side
app/library/App/Model/User.php
Wrap text
Show/Hide comments
View file @
56df7c4
...
...
@@ -13,7 +13,7 @@ class User extends \App\Mvc\DateTrackingModel
13
13
14
14
public function getSource()
15
15
{
16
- return 'user
';
16
+ return 'user
s
';
17
17
}
18
18
19
19
public function columnMap()
...
...