We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c86f8a + e241265 commit 923f0c2Copy full SHA for 923f0c2
src/SageSvgServiceProvider.php
@@ -77,7 +77,7 @@ protected function customDirectives()
77
return;
78
}
79
80
- if ($directives = collect($this->app->config->get('svg.directives'))->isEmpty()) {
+ if (($directives = collect($this->app->config->get('svg.directives')))->isEmpty()) {
81
82
83
0 commit comments