From 01ffbfd5363756a419fba72b938bb21cfb6a770e Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 17 Oct 2018 22:44:08 +0200 Subject: [PATCH] remove assets subdir from config defaults Update config file defaults to reflect the changes to the resources directory made in Laravel 5.7 --- config/blade-svg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/blade-svg.php b/config/blade-svg.php index ceb2857..46321d5 100644 --- a/config/blade-svg.php +++ b/config/blade-svg.php @@ -13,7 +13,7 @@ | */ - 'svg_path' => 'resources/assets/svg', + 'svg_path' => 'resources/svg', /* |-------------------------------------------------------------------------- @@ -26,7 +26,7 @@ | */ - 'spritesheet_path' => 'resources/assets/svg/spritesheet.svg', + 'spritesheet_path' => 'resources/svg/spritesheet.svg', /* |--------------------------------------------------------------------------