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
5a57cafe7c0dcfd4fb37a7f38507bea077f55c52
Authored by
Alex Savenko
2017-02-16 17:42:06 +0200
1 parent
c23be67b
registration
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/UserController.php
Inline
Side-by-side
app/library/App/Controllers/UserController.php
Wrap text
Show/Hide comments
View file @
5a57caf
...
...
@@ -87,4 +87,9 @@ class UserController extends CrudResourceController
87
87
'email'
88
88
];
89
89
}
90
+
91
+ protected function getModelPrimaryKey()
92
+ {
93
+ return 'id';
94
+ }
90
95
}
...
...