laracasts / TestDummy

Easy factories for PHP integration testing.
https://laracasts.com/lessons/whats-new-in-testdummy
MIT License
456 stars 80 forks source link

Remove the unused $column parameter #54

Closed dwightwatson closed 9 years ago

dwightwatson commented 9 years ago

Remove the $column attribute as it is no longer being used by the method.

JeffreyWay commented 9 years ago

Thx!