From c1182db6630ad66e041a11c389bca0802ec023d7 Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 16 May 2025 15:39:05 +0200 Subject: [PATCH] Fix typo --- application/migrations/244_tag_2_0_4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/244_tag_2_0_4.php b/application/migrations/244_tag_2_0_4.php index fb1787d46..1970814b7 100644 --- a/application/migrations/244_tag_2_0_4.php +++ b/application/migrations/244_tag_2_0_4.php @@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); Tag Wavelog as Version 2.0.4 */ -class Migration_tag_2_0_3 extends CI_Migration { +class Migration_tag_2_0_4 extends CI_Migration { public function up() {