Skip to content
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

undefined property $langs in SetupController #3774

Closed
diegosouza opened this issue Sep 8, 2019 · 2 comments
Closed

undefined property $langs in SetupController #3774

diegosouza opened this issue Sep 8, 2019 · 2 comments
Labels

Comments

@diegosouza
Copy link
Contributor

On the 2.4 branch I've run larastan with the following command:

php artisan code:analyse --level=0

Among many other problems, it shows:

 ------ ------------------------------------------------------------------------------------------- 
  Line   app/Http/Controllers/SetupController.php                                                   
 ------ ------------------------------------------------------------------------------------------- 
  143    Access to an undefined property CachetHQ\Cachet\Http\Controllers\SetupController::$langs.  
 ------ ------------------------------------------------------------------------------------------- 

Soon I'll provide a pull request for it.

@welcome
Copy link

welcome bot commented Sep 8, 2019

👋 Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue.
If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email [email protected] for our Professional support service (please note, this a paid service.)
If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

@diegosouza
Copy link
Contributor Author

Here is my fix #3775

jbrooksuk added a commit that referenced this issue Sep 18, 2019
fix for undefined property in SetupController [fixes #3774]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant