Commit 1bb82e6edab95c00985b286989cf6f1c451fa5ef

Authored by Alex Savenko
1 parent 045b468b

user registration

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/library/App/Model/User.php
... ... @@ -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 }
... ...