[FIX] Shouldn't forget caller

This commit is contained in:
Jens 2023-04-14 10:09:28 +02:00 committed by GitHub
parent 15ee059d30
commit b99d6a51a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ class HomeController extends Controller
$unit = $daysLeft < 1 ? ($hoursLeft < 1 ? null : __('hours')) : __('days');
}
$this->callhome();
//$this->callhome(); TODO: Same as the function
// RETURN ALL VALUES
return view('home')->with([