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 dc542cc commit 867f833Copy full SHA for 867f833
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