Fixed #4576 - licence checkout gate

This commit is contained in:
snipe 2017-12-05 15:04:10 -08:00
parent 60f6895919
commit c39e6d7006

View file

@ -288,7 +288,7 @@ class LicensesController extends Controller
} }
$this->authorize('checkout', $licenseSeat); $this->authorize('checkout', $license);
// Declare the rules for the form validation // Declare the rules for the form validation
$rules = [ $rules = [