Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sudippalash committed Aug 10, 2022
1 parent 4bbb7ee commit a9e5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ php artisan db:seed --class=PermissionSeeder
You should copy the below line and paste in your project menu section

```bash
<a href="{{ route(config('role-creator.route_name')) }}">{{ trans('role-creator::sp_role_creator.role') }}</a>
<a href="{{ route(config('role-creator.route_name') . '.index') }}">{{ trans('role-creator::sp_role_creator.role') }}</a>
```

## License
Expand Down

0 comments on commit a9e5dd6

Please sign in to comment.