Skip to content

Commit

Permalink
Merge pull request #16 from aaemnnosttv/patch-1
Browse files Browse the repository at this point in the history
Remove code outside of class definition
  • Loading branch information
retlehs authored May 16, 2020
2 parents baf3e81 + b0a6fcd commit 39dab98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

namespace Roots\Bedrock;

if (!is_blog_installed()) {
return;
}

/**
* Class Autoloader
* @package Roots\Bedrock
Expand Down Expand Up @@ -195,5 +191,3 @@ private function countPlugins()
return $this->count;
}
}

new Autoloader();

0 comments on commit 39dab98

Please sign in to comment.