cloudcake / laravel-approval

Attach an approval process to any model, approve and disapprove from any other model, for Laravel.
MIT License
140 stars 15 forks source link

Disapproving a newly created record: Call to a member function applyModificationChanges() on null #20

Closed srikilam closed 3 years ago

srikilam commented 3 years ago

When I disapprove it using: $user->disapprove($modification); error: Call to a member function applyModificationChanges() on null

nagi1 commented 3 years ago

Fixed in #22