table = $table; } /** * The table this action will be applied to * * @return \Phinx\Db\Table\Table */ public function getTable(): Table { return $this->table; } }