Skip to content

cleanup codebase from Crypto initialization #10

@github-actions

Description

@github-actions

// TODO cleanup codebase from Crypto initialization

    return $logger;
});

$container->set('notify', function (Container $c) {
    // TODO cleanup codebase from Crypto initialization
    return new Glued\Lib\Notify($c->get('settings'), $c->get('logger'));
});

$container->set('transform', function () {
    return new ArrayTransformer();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions