Skip to content

Commit b4f2300

Browse files
author
Tom Schlick
committed
call registerDefaultLInks() in SP
1 parent 5a66352 commit b4f2300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ public function register()
2929
$this->app->singleton('server-push', function () {
3030
return $this->app->make(HttpPush::class);
3131
});
32+
33+
$this->registerDefaultLinks();
3234
}
3335

3436
/**

0 commit comments

Comments
 (0)