app/library/Auth.php: Change Phalcon\Mvc\User\Component to Phalcon\Di\Injectable
This commit is contained in:
parent
61bd9eb692
commit
93daf5f797
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ namespace Httpcb;
|
|||
use App\Model\Data\User,
|
||||
Httpcb\OAuth\UserData\UserDataInterface,
|
||||
Httpcb\Auth\Result,
|
||||
Phalcon\Mvc\User\Component;
|
||||
Phalcon\Di\Injectable;
|
||||
|
||||
class Auth extends Component
|
||||
class Auth extends Injectable
|
||||
{
|
||||
const SESSION_KEY = 'auth';
|
||||
|
||||
|
|
|
|||
Reference in a new issue