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
9e77eecbedaa6d1deaf2421b2c0a1ce9487aeb66
Authored by
Alex Savenko
2017-02-07 18:27:33 +0200
1 parent
def046c7
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 @
9e77eec
...
...
@@ -15,7 +15,7 @@ class User extends \App\Mvc\DateTrackingModel
15
15
16
16
public function getSource()
17
17
{
18
- return 'user
s
';
18
+ return 'user
';
19
19
}
20
20
21
21
public function columnMap()
...
...