Skip to content

Commit 264f75b

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
2 parents 9f42f2a + 62f436d commit 264f75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Traits/Helpers/ComponentHelpers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ public function getConfigurableAreaFor($area): ?string
382382
*
383383
* @return array
384384
*/
385-
public function getParametersForConfigurableArea($area): array {
385+
public function getParametersForConfigurableArea($area): array
386+
{
386387
$area = $this->configurableAreas[$area] ?? null;
387388

388389
if (is_array($area) && isset($area[1]) && is_array($area[1])) {

0 commit comments

Comments
 (0)