File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Ray.AuraSessionModule
2
2
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 )
6
6
7
7
An [ Aura.Session] ( https://github.com/auraphp/Aura.Session ) module for [ Ray.Di] ( https://github.com/ray-di/Ray.Di ) .
8
8
@@ -11,20 +11,21 @@ An [Aura.Session](https://github.com/auraphp/Aura.Session) module for [Ray.Di](h
11
11
### Composer install
12
12
13
13
$ composer require ray/aura-session-module
14
-
14
+
15
15
### Module install
16
16
17
17
``` php
18
18
use Ray\Di\AbstractModule;
19
- use Ray\AuraSessionModule\AuraSesssionModule ;
19
+ use Ray\AuraSessionModule\AuraSessionModule ;
20
20
21
21
class AppModule extends AbstractModule
22
22
{
23
23
protected function configure()
24
24
{
25
- $this->install(new AuraSesssionModule );
25
+ $this->install(new AuraSessionModule );
26
26
}
27
27
}
28
+ ```
28
29
29
30
### Requirements
30
31
You can’t perform that action at this time.
0 commit comments