diff --git a/src/Autoloader.php b/src/Autoloader.php index 972b005..d89976c 100644 --- a/src/Autoloader.php +++ b/src/Autoloader.php @@ -11,10 +11,6 @@ namespace Roots\Bedrock; -if (!is_blog_installed()) { - return; -} - /** * Class Autoloader * @package Roots\Bedrock @@ -195,5 +191,3 @@ private function countPlugins() return $this->count; } } - -new Autoloader();