Skip to content

Commit

Permalink
Cleanup service providers
Browse files Browse the repository at this point in the history
  • Loading branch information
nbejansen committed Jun 23, 2022
1 parent 7aa9b43 commit 38c246d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

new Application(basename(__DIR__), __FILE__, [
// Theme service providers
\Sitepilot\Theme\Providers\ThemeServiceProvider::class,

\Sitepilot\WpTheme\BeaverBuilder\BeaverBuilderServiceProvider::class
\Sitepilot\Theme\Providers\ThemeServiceProvider::class
]);

if (!function_exists('sp_theme')) {
Expand Down

0 comments on commit 38c246d

Please sign in to comment.