1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-04 13:57:40 +02:00

Removing next from exceptions page

This commit is contained in:
Andrew Davis
2019-01-13 16:51:34 -06:00
parent a584b63937
commit 9fbc2cedb4

View File

@@ -153,7 +153,7 @@ return [
'title' => 'Exceptions',
'subtitle' => 'Throwing errors',
'previous' => 'abstract',
'next' => 'web-http',
'next' => '',
]),
],
];