Commit f4670c73 authored by Nicolas Widart's avatar Nicolas Widart

Adapting other files to the namespace change

parent 0e3f5c65
......@@ -8,7 +8,7 @@ use Modules\User\Repositories\UserRepository;
class SentinelUserRepository implements UserRepository
{
/**
* @var \Modules\User\Entities\SentinelUser
* @var \Modules\User\Entities\User\Sentinel
*/
protected $user;
/**
......
......@@ -120,7 +120,7 @@ return array(
|
*/
'model' => 'Modules\User\Entities\SentryUser',
'model' => 'Modules\User\Entities\Sentry\User',
/*
|--------------------------------------------------------------------------
......
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