Skip to content

Commit dd61574

Browse files
committed
feat: custom route provider
1 parent b5a9d6a commit dd61574

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.github/workflows/build.yml

Whitespace-only changes.

.github/workflows/publish.yml

Whitespace-only changes.

.github/workflows/test.yml

Whitespace-only changes.

src/CustomRouteProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class CustomRouteProvider extends ServiceProvider
1313
*/
1414
public function register(): void
1515
{
16-
$this->app->singleton('navigation-menu', function () {
16+
$this->app->singleton('sukristyan.menu', function () {
1717
return new RegisterMenu();
1818
});
1919
}

0 commit comments

Comments
 (0)