viacreative / sudo-su

Laravel package to easily login as other users during development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using return() - return is a keyword

redroses opened this issue · comments

Don't use a keyword as the return method.

SudoSuController
public function return(Request $request)

SudoSu
public function return()

Very good point - thanks for this. I'll update this ASAP.

Addressed in #8.