Skip to content

Commit db9f917

Browse files
author
fureev
committed
fix
1 parent 491bb99 commit db9f917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Sorting/Model/SortableCustomColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class SortableCustomColumnTest extends AbstractTestCase
1010
{
11-
protected $migrations = [
11+
protected array $migrations = [
1212
'sortable/2021_01_21_092141_create_sortable_table_w_custom_col.php',
1313
];
1414

tests/Sorting/Model/SortableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SortableTest extends AbstractTestCase
1212
{
13-
protected $migrations = [
13+
protected array $migrations = [
1414
'sortable/2020_02_04_075141_create_sortable_table.php',
1515
];
1616

0 commit comments

Comments
 (0)