diff --git a/src/Bootstrap/LoadConfiguration.php b/src/Bootstrap/LoadConfiguration.php index 4c82395..93ef578 100644 --- a/src/Bootstrap/LoadConfiguration.php +++ b/src/Bootstrap/LoadConfiguration.php @@ -15,7 +15,7 @@ public function bootstrap(ApplicationContract $app) { parent::bootstrap($app); - if (! is_child_theme()) { + if (! is_child_theme() || ! is_dir(get_stylesheet_directory() . '/config')) { return; }