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 3004acb commit 3ada372Copy full SHA for 3ada372
src/DataTableComponent.php
@@ -11,7 +11,7 @@ abstract class DataTableComponent extends Component
11
use HasAllTraits;
12
13
/**
14
- * Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
+ * Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
15
*/
16
#[On('refreshDatatable')]
17
public function boot(): void
0 commit comments