Commit 2bbe2067 authored by Nicolas Widart's avatar Nicolas Widart

Fixing the user presenter class

parent 5a2705d6
......@@ -15,5 +15,5 @@ class User extends SentryUser
'last_name'
];
protected $presenter = 'Modules\Session\Presenters\UserPresenter';
protected $presenter = 'Modules\User\Presenters\UserPresenter';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment