From 5b227c3a60a4c180529eb854fbde8c149dd50b19 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 21 Jun 2018 09:53:14 -0500 Subject: [PATCH] fix log --- app/Support/Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Support/Database.php b/app/Support/Database.php index d23b7d79..d2b0186e 100644 --- a/app/Support/Database.php +++ b/app/Support/Database.php @@ -10,6 +10,7 @@ use Illuminate\Database\QueryException; use Illuminate\Support\Facades\DB; use Symfony\Component\Yaml\Yaml; use Webpatser\Uuid\Uuid; +use Log; class Database {