update on wormhole controller
This commit is contained in:
@@ -142,7 +142,7 @@ class WormholeController extends Controller
|
|||||||
$dateTime = Carbon::now()->subDays(2);
|
$dateTime = Carbon::now()->subDays(2);
|
||||||
|
|
||||||
//Get all of the wormholes from the last 48 hours from the database to display
|
//Get all of the wormholes from the last 48 hours from the database to display
|
||||||
$wormholes = AllianceWormholes::where('created_at', '>=', $dateTime)->get();
|
$wormholes = AllianceWormhole::where('created_at', '>=', $dateTime)->get();
|
||||||
|
|
||||||
return view('wormholes.display')->with('wormholes', $wormholes);
|
return view('wormholes.display')->with('wormholes', $wormholes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user