diff --git a/src/MakaiContext.php b/src/MakaiContext.php index 7606e86..bf83e3d 100644 --- a/src/MakaiContext.php +++ b/src/MakaiContext.php @@ -94,7 +94,6 @@ final class MakaiContext { $routingCtx->register(new DeveloperRoutes($this->templating, $this->contacts, $this->projects)); $routingCtx->register(new AssetsRoutes($this->siteInfo)); - $routingCtx->register(new Blog\BlogRoutes($this->templating, $this->contacts, $this->projects)); $routingCtx->register(new Whois\WhoisRoutes($this->templating, $this->csrfp)); $routingCtx->register(new SSHKeys\SSHKeysRoutes($this->sshKeys)); $routingCtx->register(new Tools\AsciiRoutes($this->templating));