From 815ab471a1a78bf2943066459bca6dbf1cfbb53e Mon Sep 17 00:00:00 2001 From: Joshua Dwire Date: Fri, 6 May 2016 14:55:26 -0400 Subject: [PATCH] Fix auth bug --- app/Services/BaseService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/BaseService.php b/app/Services/BaseService.php index e9a2a89ffea8..67abdf9d8a20 100644 --- a/app/Services/BaseService.php +++ b/app/Services/BaseService.php @@ -2,6 +2,7 @@ use Illuminate\Foundation\Bus\DispatchesJobs; use App\Services\DatatableService; +use Auth; class BaseService {