From 81f6f6d1173f548e05e1a96e53dd28349b9b506b Mon Sep 17 00:00:00 2001 From: chrissawyerfan4 <126926647+chrissawyerfan4@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:05:48 +0200 Subject: [PATCH] remove preexisting whitespace (3278d581) that makes unit test fail... --- app/Http/Controllers/App/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/App/DashboardController.php b/app/Http/Controllers/App/DashboardController.php index 3c75e83b..b4694340 100644 --- a/app/Http/Controllers/App/DashboardController.php +++ b/app/Http/Controllers/App/DashboardController.php @@ -44,7 +44,7 @@ class DashboardController extends Controller ->count(); $totalNotes = Note::byUser() - ->count(); + ->count(); $totalTags = Tag::byUser() ->count();