Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Created April 1, 2016 06:51
Show Gist options
  • Save kamaulynder/7f2f081d41f99c6424b9a4bbfa702b1d to your computer and use it in GitHub Desktop.
Save kamaulynder/7f2f081d41f99c6424b9a4bbfa702b1d to your computer and use it in GitHub Desktop.
public function authorize()
{
$user_id = $this->route('users');
return User::where('id', $user_id)
->where('id', Auth::id()->exists());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment