Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 5, 2020
1 parent 50cc905 commit 82ad27f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Http/Controllers/Administration/User/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class Options extends Controller
public function query()
{

public function __invoke(Person $person, UserForm $form)
{

$user = Auth::user();

if ($user->isAdmin() || $user->isSupervisor()) {
Expand Down

0 comments on commit 82ad27f

Please sign in to comment.