remove model

This commit is contained in:
Benjamin Takats
2023-01-19 12:38:13 +01:00
parent d2e4a0e495
commit 323a3ddf5d
10 changed files with 0 additions and 11 deletions

View File

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