From 393013b7c4d514aed5b7ee5d00cf5496786a9faa Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:03:18 +0000 Subject: [PATCH] Development to Master (#2056) * Remove Waiting For Tests * Use CODECOV_TOKEN * Update phpdoc for boot (#2055) * Fix styling --- src/DataTableComponent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DataTableComponent.php b/src/DataTableComponent.php index cf6837d4f..e2a3f7b8f 100644 --- a/src/DataTableComponent.php +++ b/src/DataTableComponent.php @@ -12,6 +12,7 @@ abstract class DataTableComponent extends Component /** * Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called + * Called when refreshDatatable is called as an event */ #[On('refreshDatatable')] public function boot(): void