From 20d02abd5e33c40c882a7a1ec514503bcdcbf681 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 14 Oct 2023 23:10:20 +0000 Subject: [PATCH] haha oopsie that's not supposed to be there yet --- src/MakaiContext.php | 1 - 1 file changed, 1 deletion(-) 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));