We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bc32e commit 4b335c9Copy full SHA for 4b335c9
stubs/repository.blade.php
@@ -1,8 +1,10 @@
1
namespace App\Repositories;
2
3
+use App\Models\{{$entity}};
4
+@if(!empty($fields['json']))
5
use Illuminate\Support\Arr;
6
+@endif
7
use RonasIT\Support\Repositories\BaseRepository;
-use App\Models\{{$entity}};
8
{{--
9
Laravel inserts two spaces between @property and type, so we are forced
10
to use hack here to preserve one space
0 commit comments