Archived
1
0
Fork 0

app/library/Auth.php: Change Phalcon\Mvc\User\Component to Phalcon\Di\Injectable

This commit is contained in:
Henrik Hautakoski 2022-07-26 20:04:34 +02:00
parent 61bd9eb692
commit 93daf5f797

View file

@ -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';