diff options
Diffstat (limited to 'config/svg.php')
-rw-r--r-- | config/svg.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/svg.php b/config/svg.php index dc40c50..9e9c33d 100644 --- a/config/svg.php +++ b/config/svg.php @@ -1,12 +1,14 @@ <?php return [ + 'default_collection' => 'default', 'svg_route' => 'svg/{collection}.svg', + 'cache_store' => env('SVG_CACHE_DRIVER', config('cache.default')), 'collections' => [ 'default' => [ - 'paths' => []. + 'paths' => [], ], ], |