diff --git a/src/Libs/Model.php b/src/Libs/Model.php index 21db930..566c2e6 100644 --- a/src/Libs/Model.php +++ b/src/Libs/Model.php @@ -499,12 +499,12 @@ class Model /** * Defines SELECT in the SQL statement. * - * @param array $columns - * Columns to be selected in the SQL query. + * @param array $columns + * Columns to be selected in the SQL query. * * @return static */ - public static function select(...$columns): static + public static function select(string ...$columns): static { static::$querySelect['select'] = $columns;