@@ -110,22 +110,22 @@ $response = $stack->conjure('myPIBridge')->post('/v3/profile', $dataToPost);
110
110
```
111
111
The ``` BridgeStack ``` is essentially a Laravel Collection, thus you have access to all Collection methods.
112
112
113
- ### Facades
113
+ ### Facades
114
114
115
- If you are using Laravel version less than 5.4 you have access to 3 Facades for the 3 services Bridge, Carpenter and BridgeStack.
116
- Since Laravel 5.4 added automatic Facades you won't be needing those classes.
115
+ If you are using Laravel version less than 5.4 you have access to 3 Facades for the 3 services Bridge, Carpenter and BridgeStack.
116
+ Since Laravel 5.4 added automatic Facades you won't be needing those classes.
117
117
118
- - FindBrok\WatsonBridge\Facades\Bridge
119
- - FindBrok\WatsonBridge\Facades\BridgeStack
120
- - FindBrok\WatsonBridge\Facades\Carpenter
118
+ - FindBrok\WatsonBridge\Facades\Bridge
119
+ - FindBrok\WatsonBridge\Facades\BridgeStack
120
+ - FindBrok\WatsonBridge\Facades\Carpenter
121
121
122
- Remember that if you are resolving the Bridge directly from the IoC and not constructing it with the Carpenter class a default Bridge will
123
- be resolved for you using the default credentials and auth methods from your watson-bridge config.
122
+ Remember that if you are resolving the Bridge directly from the IoC and not constructing it with the Carpenter class a default Bridge will
123
+ be resolved for you using the default credentials and auth methods from your watson-bridge config.
124
124
125
- ## Credits
125
+ ## Credits
126
126
127
- [ ![ Percy Mamedy] ( https://img.shields.io/badge/Author-Percy%20Mamedy-orange.svg )] ( https://twitter.com/PercyMamedy )
128
-
129
- Twitter: [ @PercyMamedy ] ( https://twitter.com/PercyMamedy )
130
- <br />
131
- GitHub: [ percymamedy] ( https://github.com/percymamedy )
127
+ [ ![ Percy Mamedy] ( https://img.shields.io/badge/Author-Percy%20Mamedy-orange.svg )] ( https://twitter.com/PercyMamedy )
128
+
129
+ Twitter: [ @PercyMamedy ] ( https://twitter.com/PercyMamedy )
130
+ <br />
131
+ GitHub: [ percymamedy] ( https://github.com/percymamedy )
0 commit comments