Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ousid committed Feb 14, 2022
1 parent 491c50b commit f323e0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
16 changes: 0 additions & 16 deletions src/Facades/Laravisit.php

This file was deleted.

7 changes: 0 additions & 7 deletions src/Laravisit.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/Feature/Visits/PopularityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

$popularPosts = Post::popularBetween(
Carbon::createFromDate(2020, 10, 9),
Carbon::createFromDate(2020, 10, 11)
Carbon::createFromDate(2020, 10, 11),
)->get();

expect($popularPosts->count())->toBe(1);
Expand Down

0 comments on commit f323e0e

Please sign in to comment.