@@ -100,7 +100,7 @@ |
||
100 | 100 | protected function validateBreadcrumb(array $breadcrumb) |
101 | 101 | { |
102 | 102 | foreach ($breadcrumb as $item) { |
103 | - if (! is_array($item) || !array_has($item, 'text')) { |
|
103 | + if (!is_array($item) || !array_has($item, 'text')) { |
|
104 | 104 | throw new \Exception('Breadcrumb format error!'); |
105 | 105 | } |
106 | 106 | } |