We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d68c5 commit dab633cCopy full SHA for dab633c
src/ServiceProvider.php
@@ -9,6 +9,16 @@
9
*/
10
class ServiceProvider extends BaseServiceProvider
11
{
12
+ /**
13
+ * Bootstrap the application services.
14
+ */
15
+ public function boot()
16
+ {
17
+ $this->publishes([
18
+ __DIR__ . '/../config/server-push.php' => config_path('server-push.php'),
19
+ ], 'config');
20
+ }
21
+
22
/**
23
* Register the service provider.
24
*
0 commit comments