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

@@ -18,7 +18,6 @@ class EventTable extends DataTableComponent
public bool $viewingModal = false;
public $currentModal;
public string $tableName = 'events';
protected $model = CourseEvent::class;
public function configure(): void
{