Skip to content

Commit

Permalink
Use our translation function that handles arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 5, 2025
1 parent f0a74b4 commit e0529ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CP/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use JsonSerializable;
use Statamic\Statamic;

use function Statamic\trans as __;

class Breadcrumbs implements Arrayable, JsonSerializable
{
protected $crumbs;
Expand Down

0 comments on commit e0529ed

Please sign in to comment.