Skip to content

Commit

Permalink
removing crypt to use native phalcon encryption crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 21, 2024
1 parent ac9766c commit 8aa352f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions src/Crypt.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Provider/Crypt/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
namespace Zemit\Provider\Crypt;

use Phalcon\Di\DiInterface;
use Phalcon\Encryption\Crypt;
use Zemit\Config\ConfigInterface;
use Zemit\Crypt;
use Zemit\Provider\AbstractServiceProvider;

class ServiceProvider extends AbstractServiceProvider
Expand Down

0 comments on commit 8aa352f

Please sign in to comment.