mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -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 App\Models\Group;
|
||||||
use Illuminate\Database\Eloquent\Collection;
|
use Illuminate\Database\Eloquent\Collection;
|
||||||
use Gate;
|
use Gate;
|
||||||
|
use App\Helpers\Helper;
|
||||||
|
|
||||||
class GroupsTransformer
|
class GroupsTransformer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue