Skip to content

Commit 1b4b0b4

Browse files
committed
Create Navigation.php
1 parent 9046c88 commit 1b4b0b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Hyde\Facades;
6+
7+
class Navigation
8+
{
9+
//
10+
}

0 commit comments

Comments
 (0)