table = $table; } public function execute(): bool { return $this->sql->executeDrop($this); } public function getTable(): string { return $this->table; } }