mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Fixes #3556
This commit is contained in:
parent
07882110fa
commit
fdd88af44a
|
@ -4,6 +4,7 @@ namespace App\Http\Transformers;
|
|||
use App\Models\Group;
|
||||
use Illuminate\Database\Eloquent\Collection;
|
||||
use Gate;
|
||||
use App\Helpers\Helper;
|
||||
|
||||
class GroupsTransformer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue