1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 03:03:55 +01:00

remove preexisting whitespace (3278d581) that makes unit test fail...

This commit is contained in:
chrissawyerfan4 2023-10-15 17:05:48 +02:00
parent 0c2cdd668d
commit 81f6f6d117

View File

@ -44,7 +44,7 @@ class DashboardController extends Controller
->count(); ->count();
$totalNotes = Note::byUser() $totalNotes = Note::byUser()
->count(); ->count();
$totalTags = Tag::byUser() $totalTags = Tag::byUser()
->count(); ->count();