Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBoes committed Jul 24, 2023
1 parent 36e1699 commit d3de4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ use RobertBoes\InertiaBreadcrumbs\InertiaBreadcrumbs;

class AppServiceProvider extends ServiceProvider
{
public function boot(): void
public function boot(): void
{
InertiaBreadcrumbs::serializeUsing(fn (Breadcrumb $breadcrumb) => [
'name' => $breadcrumb->title(),
Expand Down

0 comments on commit d3de4d2

Please sign in to comment.