Fixed license checkout gate

This commit is contained in:
snipe 2018-07-18 05:33:14 -07:00
parent 5a1e1c73c9
commit 1c0ee7c4c5

View file

@ -2,6 +2,7 @@
namespace App\Http\Transformers;
use App\Models\LicenseSeat;
use App\Models\License;
use Gate;
use Illuminate\Database\Eloquent\Collection;
use App\Helpers\Helper;