public string $tableName

This commit is contained in:
Benjamin Takats
2023-01-19 11:56:47 +01:00
parent 636efb95f5
commit 9d2d5ca000
10 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class VenueTable extends DataTableComponent
public string $country;
protected $model = Venue::class;
public string $tableName = 'venues';
public function configure(): void
{