From 6d26023237b5261beb47f93eda9e85569adca792 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 6 Apr 2025 19:08:31 +0200 Subject: [PATCH] Fix typo --- application/migrations/243_tag_2_0_3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/243_tag_2_0_3.php b/application/migrations/243_tag_2_0_3.php index 3293cdfdc..d3c63ff6b 100644 --- a/application/migrations/243_tag_2_0_3.php +++ b/application/migrations/243_tag_2_0_3.php @@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); Tag Wavelog as Version 2.0.3 */ -class Migration_tag_2_0_2 extends CI_Migration { +class Migration_tag_2_0_3 extends CI_Migration { public function up() {