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

@@ -17,6 +17,7 @@ class CityTable extends DataTableComponent
public string $type;
protected $model = City::class;
public string $tableName = 'cities';
public function configure(): void
{