Commit d3ff343e by Qiang Xue

try to fix test break.

parent 8e8bbf4e
......@@ -13,7 +13,7 @@ class Customer extends ActiveRecord
public function attributes()
{
return ['id', 'email', 'name', 'address', 'status'];
return ['id', 'email', 'name', 'address', 'status', 'profile_id'];
}
/**
......@@ -36,4 +36,4 @@ class Customer extends ActiveRecord
$config['modelClass'] = get_called_class();
return new CustomerQuery($config);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment