Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Nov 28, 2019
1 parent 1fe65c4 commit 074f8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SageSvgServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function customDirectives()
return;
}

if ($directives = collect($this->app->config->get('svg.directives')))->isEmpty()) {
if ($directives = collect($this->app->config->get('svg.directives'))->isEmpty()) {
return;
}

Expand Down

0 comments on commit 074f8e1

Please sign in to comment.