Skip to content

Commit

Permalink
remove preexisting whitespace (3278d58) that makes unit test fail...
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissawyerfan4 committed Oct 15, 2023
1 parent 1da2d58 commit a6bed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/App/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function index(): View
->count();

$totalNotes = Note::byUser()
->count();
->count();

$totalTags = Tag::byUser()
->count();
Expand Down

0 comments on commit a6bed85

Please sign in to comment.