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

Fixed broken link on abstract page

This commit is contained in:
Andrew Davis
2018-11-22 21:51:39 -06:00
parent 9412c9452a
commit 094d510a1b

View File

@@ -146,7 +146,7 @@ return [
Page::create('abstract', null, 'abstract.php', [ Page::create('abstract', null, 'abstract.php', [
'title' => 'Abstract Classes', 'title' => 'Abstract Classes',
'subtitle' => 'Inheriting an interface', 'subtitle' => 'Inheriting an interface',
'previous' => 'interface', 'previous' => 'interfaces',
'next' => 'exceptions', 'next' => 'exceptions',
]), ]),
Page::create('exceptions', null, 'exceptions.php', [ Page::create('exceptions', null, 'exceptions.php', [