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