From adb52cd062f3c4add261fadee0ac1a9ab96bfddf Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 8 Feb 2020 21:46:52 -0600 Subject: [PATCH] update on wormhole controller --- app/Http/Controllers/Wormholes/WormholeController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Wormholes/WormholeController.php b/app/Http/Controllers/Wormholes/WormholeController.php index d5cb78895..5e388720e 100644 --- a/app/Http/Controllers/Wormholes/WormholeController.php +++ b/app/Http/Controllers/Wormholes/WormholeController.php @@ -6,6 +6,7 @@ namespace App\Http\Controllers\Wormholes; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use Auth; +use Carbon\Carbon; //User Libraries