Skip to content

Commit

Permalink
Create FilenamePrefixNavigationHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 30, 2024
1 parent 1fa4ab2 commit b2ca812
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

declare(strict_types=1);

namespace Hyde\Framework\Features\Navigation;

/**
* @internal Helper class for the new Filename Prefix Navigation feature.
*
* @experimental The code herein may be moved to more appropriate locations in the future.
*/
class FilenamePrefixNavigationHelper
{
//
}

0 comments on commit b2ca812

Please sign in to comment.