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 f64badd commit 18e3e44Copy full SHA for 18e3e44
tests/Unit/Macros/LocalizedUrlMacroTest.php
@@ -513,6 +513,6 @@ public function it_returns_a_localized_url_for_a_non_localized_fallback_route_wh
513
*/
514
protected function setCustomErrorViewPath()
515
{
516
- Config::set('view.paths', __DIR__ . '/../../Stubs/views');
+ Config::set('view.paths', [__DIR__ . '/../../Stubs/views']);
517
}
518
0 commit comments