1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-31 20:10:54 +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', [
'title' => 'Abstract Classes',
'subtitle' => 'Inheriting an interface',
'previous' => 'interface',
'previous' => 'interfaces',
'next' => 'exceptions',
]),
Page::create('exceptions', null, 'exceptions.php', [