Skip to content

Commit

Permalink
Development to Master (#2056)
Browse files Browse the repository at this point in the history
* Remove Waiting For Tests

* Use CODECOV_TOKEN

* Update phpdoc for boot (#2055)

* Fix styling
  • Loading branch information
lrljoe authored Nov 12, 2024
1 parent 99a5e20 commit 393013b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataTableComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ abstract class DataTableComponent extends Component

/**
* Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
* Called when refreshDatatable is called as an event
*/
#[On('refreshDatatable')]
public function boot(): void
Expand Down

0 comments on commit 393013b

Please sign in to comment.