Skip to content

Commit 66f7c08

Browse files
committed
Remove namespace qualifier
1 parent 35556be commit 66f7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture-concepts/architecture-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ then by all means, please read on! This is also a great place to start if you wa
2323
Want to learn more about a particular feature? Click on the links below to visit the article.
2424

2525
[//]: # (This would be better suited for a component, but it's a fun experiment for now)
26-
[Blade]: <ul>@foreach(glob(\Hyde\Hyde::path('docs/architecture-concepts/*.md')) as $file) <li> <a href="{{ basename($file, '.md') }}.html"> {{ \Hyde\Hyde::makeTitle(basename($file, '.md')) }} </a> </li> @endforeach</ul>
26+
[Blade]: <ul>@foreach(glob(\Hyde\Hyde::path('docs/architecture-concepts/*.md')) as $file) <li> <a href="{{ basename($file, '.md') }}.html"> {{ Hyde::makeTitle(basename($file, '.md')) }} </a> </li> @endforeach</ul>
2727

0 commit comments

Comments
 (0)