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:
@@ -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', [
|
||||
|
Reference in New Issue
Block a user