-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorException (E_NOTICE) when user with master role request /home #208
Labels
Comments
Please see |
@qq690712575 @stardigits Can you please share any screenshots with error messages? |
@changeweb, Error description is clear. This error happens when 'master' entering url /home.
It's resolved. |
@stardigits It would be great if you make a PR. |
changeweb
added a commit
that referenced
this issue
Oct 31, 2019
#208 issue. Master was not redirecting to `/masters` page after login in some cases. #208 (comment) this patch is made in this commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ErrorException (E_NOTICE) happen when user with master role request /home
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should redirect to /masters (master homepage)
Screenshots
ErrorException (E_NOTICE)
Trying to get property 'id' of non-object
\app\Http\Controllers\HomeController.php
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
$this->middleware('auth');
}
The text was updated successfully, but these errors were encountered: