@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | public function boot() |
| 17 | 17 | { |
| 18 | 18 | $this->publishes([ |
| 19 | - dirname(__DIR__) . '/Config/tzsk-push.php' => config_path('push.php'), |
|
| 19 | + dirname(__DIR__).'/Config/tzsk-push.php' => config_path('push.php'), |
|
| 20 | 20 | ]); |
| 21 | 21 | } |
| 22 | 22 | |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | public function register() |
| 29 | 29 | { |
| 30 | - $this->app->singleton('tzsk-push', function ($app) { |
|
| 30 | + $this->app->singleton('tzsk-push', function($app) { |
|
| 31 | 31 | return new Pusher(new PusherFactory()); |
| 32 | 32 | }); |
| 33 | 33 | } |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * |
| 25 | 25 | * @throws \InvalidArgumentException |
| 26 | 26 | * |
| 27 | - * @return array |
|
| 27 | + * @return string[] |
|
| 28 | 28 | */ |
| 29 | 29 | protected function getConfig() |
| 30 | 30 | { |