Skip to content

Commit 4fed2d2

Browse files
committed
polymorphism
1 parent 6a7910b commit 4fed2d2

File tree

3 files changed

+571
-1250
lines changed

3 files changed

+571
-1250
lines changed

view/about/more/layout.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ class="{{ '/overview' == $path ? ' active' : '' }} pl-0 nav-link d-inline-block"
178178
<a class="dropdown-item text-nowrap" href="/overview#console-application">Console Application</a>
179179
<a class="dropdown-item text-nowrap" href="/overview#environment-aware">Environment Aware</a>
180180
<a class="dropdown-item text-nowrap" href="/overview#models-and-arrayaccess">Models and ArrayAccess</a>
181+
<a class="dropdown-item text-nowrap pl-5" href="/overview#set-and-remove">Set and Remove</a>
182+
<a class="dropdown-item text-nowrap pl-5" href="/overview#immutable">Immutable</a>
183+
<a class="dropdown-item text-nowrap pl-5" href="/overview#with-and-without">With and Without</a>
184+
<a class="dropdown-item text-nowrap pl-5" href="/overview#arrayaccess">ArrayAccess</a>
185+
<a class="dropdown-item text-nowrap pl-5" href="/overview#polymorphism">Polymorphism</a>
181186
<a class="dropdown-item text-nowrap" href="/overview#routes">Routes</a>
182187
<a class="dropdown-item text-nowrap pl-5" href="/overview#automatic-routes">Automatic Routes</a>
183188
<a class="dropdown-item text-nowrap pl-5" href="/overview#url-generator">Url Generator</a>

view/layout/layout.phtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
<a class="dropdown-item text-nowrap" href="/overview#console-application">Console Application</a>
181181
<a class="dropdown-item text-nowrap" href="/overview#environment-aware">Environment Aware</a>
182182
<a class="dropdown-item text-nowrap" href="/overview#models-and-arrayaccess">Models and ArrayAccess</a>
183+
<a class="dropdown-item text-nowrap pl-5" href="/overview#set-and-remove">Set and Remove</a>
184+
<a class="dropdown-item text-nowrap pl-5" href="/overview#immutable">Immutable</a>
185+
<a class="dropdown-item text-nowrap pl-5" href="/overview#with-and-without">With and Without</a>
186+
<a class="dropdown-item text-nowrap pl-5" href="/overview#arrayaccess">ArrayAccess</a>
187+
<a class="dropdown-item text-nowrap pl-5" href="/overview#polymorphism">Polymorphism</a>
183188
<a class="dropdown-item text-nowrap" href="/overview#routes">Routes</a>
184189
<a class="dropdown-item text-nowrap pl-5" href="/overview#automatic-routes">Automatic Routes</a>
185190
<a class="dropdown-item text-nowrap pl-5" href="/overview#url-generator">Url Generator</a>

0 commit comments

Comments
 (0)