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'];
}
/**
......
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