Skip to content

Commit 09206f8

Browse files
Merge pull request #136 from laravelwebdev/analysis-6VWr7n
Apply fixes from StyleCI
2 parents dd7ae09 + d0c30c6 commit 09206f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Policies/TindakLanjutPolicy.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function view(User $user, TindakLanjut $tindak_lanjut): bool
3333
*/
3434
public function create(): bool
3535
{
36-
3736
return Policy::make()
3837
->allowedFor('kasubbag,koordinator')
3938
->get();
@@ -44,7 +43,6 @@ public function create(): bool
4443
*/
4544
public function update(User $user, TindakLanjut $tindak_lanjut): bool
4645
{
47-
4846
return Policy::make()
4947
->allowedFor('kasubbag,koordinator')
5048
->withYear($tindak_lanjut->tahun)
@@ -56,7 +54,6 @@ public function update(User $user, TindakLanjut $tindak_lanjut): bool
5654
*/
5755
public function delete(User $user, TindakLanjut $tindak_lanjut): bool
5856
{
59-
6057
return Policy::make()
6158
->allowedFor('kasubbag,koordinator')
6259
->withYear($tindak_lanjut->tahun)

0 commit comments

Comments
 (0)