Skip to content

Commit d78f4d6

Browse files
authored
Update phpdoc for boot
1 parent 4309b8d commit d78f4d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DataTableComponent.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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
15+
* Called when refreshDatatable is called as an event
1516
*/
1617
#[On('refreshDatatable')]
1718
public function boot(): void

0 commit comments

Comments
 (0)