summaryrefslogtreecommitdiff
path: root/app/Controller/UserCreationController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/UserCreationController.php')
-rw-r--r--app/Controller/UserCreationController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/UserCreationController.php b/app/Controller/UserCreationController.php
index f0fd34d2..27f1687b 100644
--- a/app/Controller/UserCreationController.php
+++ b/app/Controller/UserCreationController.php
@@ -54,7 +54,7 @@ class UserCreationController extends BaseController
*
* @param array $values
*/
- private function createUser(array $values)
+ protected function createUser(array $values)
{
$project_id = empty($values['project_id']) ? 0 : $values['project_id'];
unset($values['project_id']);