diff --git a/src/Column.php b/src/Column.php index f91f33ef77b9c8a9409372be8e6abbf9e1a19b83..bfd1981c6ba9244b33b1d8a7354b2091faa9d9b7 100644 --- a/src/Column.php +++ b/src/Column.php @@ -108,11 +108,11 @@ class Column * Make a callback function. * * @param $columns Array|string The (comma separated) columns that should be retrieved from the database. - * Is being translated directly into the `.sql`. + * Is being translated directly into the `.sql`. * @param $callback Closure|string A callback that defines how the retrieved columns are processed. * @param $params Array Optional additional parameters that are passed to the given Closure. * @param $callbackName string Optional string that defines the 'name' of the column. - * Leave empty to let livewire autogenerate a distinct value. + * Leave empty to let livewire autogenerate a distinct value. */ public static function callback( array|string $columns,