Skip to content

Commit 4aa03fa

Browse files
authored
Update phpdoc for boot (rappasoft#2055)
* Update phpdoc for boot * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
1 parent 4309b8d commit 4aa03fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataTableComponent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ abstract class DataTableComponent extends Component
1212

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

0 commit comments

Comments
 (0)