From 9fbc2cedb4cbd81d23c9b77382861b8d27e9d314 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Sun, 13 Jan 2019 16:51:34 -0600 Subject: [PATCH] Removing next from exceptions page --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index dd6b642..59e9567 100644 --- a/config.php +++ b/config.php @@ -153,7 +153,7 @@ return [ 'title' => 'Exceptions', 'subtitle' => 'Throwing errors', 'previous' => 'abstract', - 'next' => 'web-http', + 'next' => '', ]), ], ];