Added
- Ability to delete multiple attributes with an array of strings via
$model->deleteAttribute(['foo', 'bar'])
- 443be90 - #291
Changed
- (Internal) Additional code docs for further clarity
- (Internal) Use style-ci for enforcing code style across repository
- (Internal) Move away from Tightenco collect included helpers (will eventually move to illuminate/collections)