manual-update

This commit is contained in:
RafficMohammed
2023-02-28 16:19:56 +05:30
parent 67950fc78f
commit 5724ed5361

View File

@@ -68,6 +68,9 @@ class DatabaseSeeder extends Seeder
}
}
}
if (isInstall()) {
return;
}
/* Date time format */
$date_time_formats = [
'd/m/Y H:i:s',