Open jbrooksuk opened 6 years ago
This PR adds a new disabledFor method which disables the Landlord scope for the duration of a callable...
disabledFor
Landlord::disabledFor(function () { // The scope is now disabled. }); // At this point, the Landlord scope is now re-enabled.
This PR adds a new
disabledFor
method which disables the Landlord scope for the duration of a callable...