| Total Complexity | 7 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 22 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class BreadcrumbsComponent extends Component |
||
| 14 | { |
||
| 15 | public array $breadcrumbs; |
||
| 16 | |||
| 17 | public function __construct() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** @interitDoc */ |
||
| 23 | public function render(): Factory|View |
||
| 24 | { |
||
| 25 | return view('hyde::components.breadcrumbs'); |
||
| 26 | } |
||
| 27 | |||
| 28 | protected function makeBreadcrumbs(): array |
||
| 53 | } |
||
| 54 | } |
||
| 55 |