* test * #48 - deployment * #48 - fixes * #48 - prod assets * #48 - readme for heroku deployment * #48 - fix * #48 - ecs fix * #48 - fix * #48 - fix * #48 - cr fix * #48 - remove predis dependency
This commit is contained in:
@@ -50,7 +50,7 @@ class DashboardController extends Controller
|
||||
|
||||
$holidays = Holiday::query()
|
||||
->whereDate("date", ">=", $now)
|
||||
->latest()
|
||||
->orderBy("date")
|
||||
->limit(3)
|
||||
->get();
|
||||
|
||||
|
Reference in New Issue
Block a user