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:
parent
0c2cdd668d
commit
81f6f6d117
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user