File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ You will need to add the following lines to `config/app.php`
13
13
``` php
14
14
'providers' => [
15
15
...
16
- Infernobass7\Laravel- PrintNode\PrintNodeServiceProvider::class,
16
+ Infernobass7\PrintNode\PrintNodeServiceProvider::class,
17
17
...
18
18
]
19
19
```
20
20
21
21
Next you will want to publish the config file.
22
22
```
23
- php artisan vendor:publish --provider="Infernobass7\Laravel- PrintNode\PrintNodeServiceProvider"
23
+ php artisan vendor:publish --provider="Infernobass7\PrintNode\PrintNodeServiceProvider"
24
24
```
25
25
26
26
#Configuration
Original file line number Diff line number Diff line change 6
6
7
7
class Client {
8
8
private $ client ;
9
- private $ authMethod = 'key ' ;
10
9
11
10
private $ username = null ;
12
11
private $ password = null ;
@@ -45,8 +44,6 @@ class Client {
45
44
46
45
public function __construct () {
47
46
$ this ->client = new \GuzzleHttp \Client (['base_uri ' => 'https://api.printnode.com ' ]);
48
-
49
- $ this ->authMethod = config ('printnode.auth.method ' );
50
47
}
51
48
52
49
public function getAuthentication () {
You can’t perform that action at this time.
0 commit comments