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
1bb82e6edab95c00985b286989cf6f1c451fa5ef
Authored by
Alex Savenko
2017-02-07 19:48:00 +0200
1 parent
045b468b
user registration
Showing
1 changed file
with
4 additions
and
0 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 @
1bb82e6
...
...
@@ -25,4 +25,8 @@ class User extends \App\Mvc\DateTrackingModel
25
25
'role' => 'role'
26
26
];
27
27
}
28
+
29
+ public function initialize() {
30
+
31
+ }
28
32
}
...
...