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 9115753 commit f5e8534Copy full SHA for f5e8534
src/ServiceProvider.php
@@ -50,6 +50,9 @@ protected function registerDefaultLinks()
50
}
51
52
53
+ /**
54
+ * Parse and load links from an existing elixir revision manifest file.
55
+ */
56
protected function registerElixirLinks()
57
{
58
$this->mergeConfigFrom(__DIR__.'/../config/server-push.php', 'server-push');
0 commit comments