Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #neon
- services:
- authenticator: Acl\Security\Authenticator(@connection, %salt%)
- # trida
- class Authenticator extends Object implements NS\IAuthenticator {
- /** @var DibiConnection */
- private $db;
- private $salt;
- public function __construct(\DibiConnection $connection, $salt = NULL) {
- $this->db = $connection;
- $this->salt = $salt;
- }
Advertisement
Add Comment
Please, Sign In to add comment