Skip to content

Commit 4b335c9

Browse files
author
yburlakov
committed
#50 remove Arr namespace if not used
1 parent 95bc32e commit 4b335c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stubs/repository.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
namespace App\Repositories;
22

3+
use App\Models\{{$entity}};
4+
@if(!empty($fields['json']))
35
use Illuminate\Support\Arr;
6+
@endif
47
use RonasIT\Support\Repositories\BaseRepository;
5-
use App\Models\{{$entity}};
68
{{--
79
Laravel inserts two spaces between @property and type, so we are forced
810
to use hack here to preserve one space

0 commit comments

Comments
 (0)