mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed license checkout gate
This commit is contained in:
parent
5a1e1c73c9
commit
1c0ee7c4c5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue