Skip to content

Namespace wrong in the readme #13

@pixxelfactory

Description

@pixxelfactory

Hi, when installed through composer and then tried to use like stated in the readme:

use josantonius\Session\Session;
$session = new Session();

It will not find the class, since the namespace is capitalized and should read:

use Josantonius\Session\Session;

Otherwise great work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions