File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SlackServiceProvider extends ServiceProvider {
19
19
*/
20
20
public function boot ()
21
21
{
22
- $ this ->package ('maknz/slack ' );
22
+ // $this->package('maknz/slack');
23
23
}
24
24
25
25
/**
@@ -32,11 +32,11 @@ public function register()
32
32
$ this ->app ['maknz.slack ' ] = $ this ->app ->share (function ($ app )
33
33
{
34
34
return new Client (
35
- $ app ['config ' ]->get ('slack:: endpoint ' ),
35
+ $ app ['config ' ]->get ('services. slack. endpoint ' ),
36
36
[
37
- 'channel ' => $ app ['config ' ]->get ('slack:: channel ' ),
38
- 'username ' => $ app ['config ' ]->get ('slack:: username ' ),
39
- 'icon ' => $ app ['config ' ]->get ('slack:: icon ' )
37
+ 'channel ' => $ app ['config ' ]->get ('services. slack. channel ' ),
38
+ 'username ' => $ app ['config ' ]->get ('services. slack. username ' ),
39
+ 'icon ' => $ app ['config ' ]->get ('services. slack. icon ' )
40
40
],
41
41
new Guzzle
42
42
);
You can’t perform that action at this time.
0 commit comments