We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f8fc1 commit 0aeec6bCopy full SHA for 0aeec6b
src/DataTableComponent.php
@@ -12,7 +12,7 @@ abstract class DataTableComponent extends Component
12
13
/**
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
+ * Called when refreshDatatable is called as an event
16
*/
17
#[On('refreshDatatable')]
18
public function boot(): void
0 commit comments