Update BaseService.php

This commit is contained in:
Joshua Dwire 2016-05-06 14:54:58 -04:00
parent bfb4267f43
commit 475f5430f3

View File

@ -2,6 +2,7 @@
use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Foundation\Bus\DispatchesJobs;
use App\Services\DatatableService; use App\Services\DatatableService;
use Auth;
class BaseService class BaseService
{ {