philipbrown / magniloquent

DEPRECATED, USE https://github.com/dwightwatson/validating
MIT License
70 stars 8 forks source link

Removed performSave method. #18

Closed w3irdrobot closed 10 years ago

w3irdrobot commented 10 years ago

Since performSave() was a private function and was just a wrapper for the Eloquent::save() method, we can remove it safely and just call parent::save() from our overridden save() method.