This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Releases: victorlap/laravel-approvable
Releases · victorlap/laravel-approvable
1.2.0
1.1.0
Version 1.1.0 - 2018-08-27
Added:
withApproval()
method.withoutApproval()
is now chainable.
Deprecated:
withoutApproval($withoutApproval = true)
: the$withoutApproval
flag is now deprecated, use thewithApproval()
method if you want to re-enable the approval process.