Skip to content

Commit

Permalink
enhance(options): Add Options folder to path array
Browse files Browse the repository at this point in the history
  • Loading branch information
huubl authored Mar 26, 2020
1 parent ae5a500 commit f6701cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Providers/AcfComposerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class AcfComposerServiceProvider extends ServiceProvider
protected $paths = [
'Fields',
'Blocks',
'Widgets'
'Widgets',
'Options'
];

/**
Expand Down

0 comments on commit f6701cd

Please sign in to comment.