File tree Expand file tree Collapse file tree 3 files changed +92
-74
lines changed
Expand file tree Collapse file tree 3 files changed +92
-74
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ class="{{ '/overview' == $path ? ' active' : '' }} pl-0 nav-link d-inline-block"
187187 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#arrayaccess" >ArrayAccess</a >
188188 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#polymorphism" >Polymorphism</a >
189189 <a class =" dropdown-item text-nowrap" href =" /overview#routes" >Routes</a >
190+ <a class =" dropdown-item text-nowrap pl-5" href =" /overview#regular-expressions" >Regular Expressions</a >
190191 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#automatic-routes" >Automatic Routes</a >
191192 <a class =" dropdown-item text-nowrap pl-5" href =" /overview#url-generator" >Url Generator</a >
192193 <a class =" dropdown-item text-nowrap" href =" /overview#rest-api-methods" >REST API Methods</a >
Original file line number Diff line number Diff line change 189189 <a class="dropdown-item text-nowrap pl-5" href="/overview#arrayaccess">ArrayAccess</a>
190190 <a class="dropdown-item text-nowrap pl-5" href="/overview#polymorphism">Polymorphism</a>
191191 <a class="dropdown-item text-nowrap" href="/overview#routes">Routes</a>
192+ <a class="dropdown-item text-nowrap pl-5" href="/overview#regular-expressions">Regular Expressions</a>
192193 <a class="dropdown-item text-nowrap pl-5" href="/overview#automatic-routes">Automatic Routes</a>
193194 <a class="dropdown-item text-nowrap pl-5" href="/overview#url-generator">Url Generator</a>
194195 <a class="dropdown-item text-nowrap" href="/overview#rest-api-methods">REST API Methods</a>
You can’t perform that action at this time.
0 commit comments