File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
imagick
10
10
imgbb
11
11
joypixels
12
+ larastan
12
13
laravel
13
14
linkify
14
15
livewire
@@ -31,4 +32,4 @@ theodorejb
31
32
typesense
32
33
vite
33
34
voku
34
- zxcvbn
35
+ zxcvbn
Original file line number Diff line number Diff line change @@ -171,8 +171,10 @@ public function store(Request $request): \Illuminate\Http\JsonResponse
171
171
$ torrent ->personal_release = $ request ->input ('personal_release ' ) ?? false ;
172
172
/** @phpstan-ignore property.notFound (Larastan doesn't yet support loadExists()) */
173
173
$ torrent ->internal = $ user ->group ->is_modo || $ user ->internals_exists ? ($ request ->input ('internal ' ) ?? 0 ) : 0 ;
174
+
174
175
/** @phpstan-ignore property.notFound (Larastan doesn't yet support loadExists()) */
175
176
$ torrent ->doubleup = $ user ->group ->is_modo || $ user ->internals_exists ? ($ request ->input ('doubleup ' ) ?? 0 ) : 0 ;
177
+
176
178
/** @phpstan-ignore property.notFound (Larastan doesn't yet support loadExists()) */
177
179
$ torrent ->refundable = $ user ->group ->is_modo || $ user ->internals_exists ? ($ request ->input ('refundable ' ) ?? false ) : false ;
178
180
$ du_until = $ request ->input ('du_until ' );
You can’t perform that action at this time.
0 commit comments