Skip to content

Commit 43becf8

Browse files
authored
Tests
1 parent c8b7b4e commit 43becf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-pcov-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
env:
101101
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102102
with:
103-
token: ${{ secrets.CODE_COV_TOKEN }}
103+
token: ${{ secrets.CODECOV_TOKEN }}
104104
files: ./coverage.xml
105105
verbose: true
106106

src/DataTableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class DataTableComponent extends Component
1111
use HasAllTraits;
1212

1313
/**
14-
* Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
14+
* Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
1515
*/
1616
#[On('refreshDatatable')]
1717
public function boot(): void

0 commit comments

Comments
 (0)