Skip to content

Commit 3f923a2

Browse files
committed
WIP
1 parent 0064bd8 commit 3f923a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: run-tests
22

33
on: [push, pull_request]
44

5-
65
jobs:
76
test:
87
runs-on: ${{ matrix.os }}

tests/Http/Livewire/PetsTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PetsTable extends DataTableComponent
1111
{
1212
public function bulkActions(): array
1313
{
14-
return [ 'count' => 'Count selected'];
14+
return ['count' => 'Count selected'];
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)