mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Class type typo in the migration class should be "add_users_measurement_base"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Migration_add_stationprofile_measurement_base extends CI_Migration {
|
||||
class Migration_add_users_measurement_base extends CI_Migration {
|
||||
|
||||
public function up()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user