Suggestions enhancement

This commit is contained in:
cuneytsenturk
2018-06-25 17:59:27 +03:00
parent ebda456f21
commit d23b3b333a
3 changed files with 5 additions and 7 deletions

View File

@ -20,7 +20,7 @@ class Suggestions
public function compose(View $view)
{
// No need to add suggestions in console
if (app()->runningInConsole() || !env('APP_INSTALLED', false)) {
if (app()->runningInConsole() || !env('APP_INSTALLED')) {
return;
}