Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions routes/breadcrumbs.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Diglactic\Breadcrumbs\Breadcrumbs;
use Diglactic\Breadcrumbs\Generator as Trail;
use Saucebase\Breadcrumbs\Breadcrumbs;
use Saucebase\Breadcrumbs\Generator as Trail;
Comment on lines +3 to +4

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title indicates a Laravel 13 upgrade, but this change only updates breadcrumb import namespaces. Consider updating the PR title/description to reflect the actual scope (breadcrumb package swap), or include the other Laravel 13 upgrade commits in this PR to avoid confusion when reviewing/releasing.

Copilot uses AI. Check for mistakes.

// Settings index
Breadcrumbs::for('settings.index', function (Trail $trail) {
Expand Down
Loading