Problem with WheelCollider (with image)

When I put a WheelCollider to wheel, it’s not placing same orientation with wheel, how to fix this issue? Is it related to model?

Edit : It was related to model, designer fixed it.

![1]
~~[1]: http://i.gyazo.com/951a30a82ea3f23e4a30e2b41118cd90.png~~

You dont have to change your model according to the direction of the wheelCollider. Simply make a new gameObject at the same position, attach a wheelCollider to that object, and then rotate that object so that the wheelCollider so that it allignes correctly to your wheel. When that is done, make your model a child of the object with the wheelCollider.

I know you can change your model like you did aswell, but this is a much faster way, so take note and use this method in the future.