From 7ecb2fe7590c848ad9f954c2d5961a95219fcfe2 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 2 Apr 2025 22:01:26 +0100 Subject: Fixed column getTitle() return type --- src/Columns/Column.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Columns') diff --git a/src/Columns/Column.php b/src/Columns/Column.php index a8dc2e6..2b033c7 100644 --- a/src/Columns/Column.php +++ b/src/Columns/Column.php @@ -40,7 +40,7 @@ class Column { $this->table = $table; } - public function getTitle(): string + public function getTitle(): ?string { return $this->title; } -- cgit v1.2.3