-
-
Notifications
You must be signed in to change notification settings - Fork 27
Namespace wrong in the readme #13
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels