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 dfb0bef commit f4b1168Copy full SHA for f4b1168
src/Libraries/Assets.php
@@ -170,7 +170,7 @@ protected function gather(): array
170
foreach ($this->handlers as $class)
171
{
172
$handler = new $class($this->config);
173
- $this->paths = array_merge($this->paths, $handler->gather($this->route));
+ $this->paths = array_merge($handler->gather($this->route), $this->paths);
174
}
175
176
$this->paths = array_unique($this->paths);
0 commit comments