File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# Ray.AuraSessionModule
22
3- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule /badges/quality-score.png?b=1.x )] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule /?branch=1.x )
4- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule /badges/coverage.png?b=1.x )] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule /?branch=1.x )
5- [ ![ Build Status] ( https://travis-ci.org/ray-di/Ray.AuraSesssionModule .svg?branch=1.x )] ( https://travis-ci.org/ray-di/Ray.AuraSesssionModule )
3+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule /badges/quality-score.png?b=1.x )] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule /?branch=1.x )
4+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule /badges/coverage.png?b=1.x )] ( https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule /?branch=1.x )
5+ [ ![ Build Status] ( https://travis-ci.org/ray-di/Ray.AuraSessionModule .svg?branch=1.x )] ( https://travis-ci.org/ray-di/Ray.AuraSessionModule )
66
77An [ Aura.Session] ( https://github.com/auraphp/Aura.Session ) module for [ Ray.Di] ( https://github.com/ray-di/Ray.Di ) .
88
@@ -11,20 +11,21 @@ An [Aura.Session](https://github.com/auraphp/Aura.Session) module for [Ray.Di](h
1111### Composer install
1212
1313 $ composer require ray/aura-session-module
14-
14+
1515### Module install
1616
1717``` php
1818use Ray\Di\AbstractModule;
19- use Ray\AuraSessionModule\AuraSesssionModule ;
19+ use Ray\AuraSessionModule\AuraSessionModule ;
2020
2121class AppModule extends AbstractModule
2222{
2323 protected function configure()
2424 {
25- $this->install(new AuraSesssionModule );
25+ $this->install(new AuraSessionModule );
2626 }
2727}
28+ ```
2829
2930### Requirements
3031
You can’t perform that action at this time.
0 commit comments