@@ -142,11 +142,11 @@ |
||
142 | 142 | } |
143 | 143 | |
144 | 144 | /** |
145 | - * Get all browser' detail info from the $browsers attribute. |
|
146 | - * The missing information will be inferred by convention of Twill. |
|
147 | - * |
|
148 | - * @return Illuminate\Support\Collection |
|
149 | - */ |
|
145 | + * Get all browser' detail info from the $browsers attribute. |
|
146 | + * The missing information will be inferred by convention of Twill. |
|
147 | + * |
|
148 | + * @return Illuminate\Support\Collection |
|
149 | + */ |
|
150 | 150 | protected function getBrowsers() |
151 | 151 | { |
152 | 152 | return collect($this->browsers)->map(function ($browser, $key) { |