refactor: cosmetic changes (#6123)

This commit is contained in:
Alexis Saettler
2022-05-04 23:15:44 +02:00
committed by GitHub
parent 61ef0c017a
commit 1a00864eff
118 changed files with 192 additions and 176 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class DashboardController extends Controller
$calls = auth()->user()->account->calls()
->get()
->reject(function ($call) {
return is_null($call->contact);
return $call->contact === null;
})
->take(15);