From 9decf09c06640fe10fd46d19657fb10a83bf0ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 15 Oct 2023 03:27:46 +0000 Subject: [PATCH] Fix typos --- src/Columns/Column.php | 4 ++-- src/Fields/Relation.php | 2 +- src/Fields/Repeater.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Columns/Column.php b/src/Columns/Column.php index 35ff9571..ed8c002c 100644 --- a/src/Columns/Column.php +++ b/src/Columns/Column.php @@ -138,7 +138,7 @@ public function isSearchable(): bool } /** - * * Conver the column to a table head. + * * Convert the column to a table head. */ public function toHead(Request $request): array { @@ -152,7 +152,7 @@ public function toHead(Request $request): array } /** - * Conver the column to a cell. + * Convert the column to a cell. */ public function toCell(Request $request, Model $model): array { diff --git a/src/Fields/Relation.php b/src/Fields/Relation.php index 72445312..3bea0069 100644 --- a/src/Fields/Relation.php +++ b/src/Fields/Relation.php @@ -266,7 +266,7 @@ protected function buildApiUri(Model $model): ?string } /** - * Get the option represenation of the model and the related model. + * Get the option representation of the model and the related model. */ public function toOption(Request $request, Model $model, Model $related): array { diff --git a/src/Fields/Repeater.php b/src/Fields/Repeater.php index ad300e6e..e0ea2fc5 100644 --- a/src/Fields/Repeater.php +++ b/src/Fields/Repeater.php @@ -164,7 +164,7 @@ public function buildOption(Request $request, Model $model): array } /** - * Get the option represenation of the model and the temporary model. + * Get the option representation of the model and the temporary model. */ public function toOption(Request $request, Model $model, Model $tmpModel): array {