Fix auth bug

This commit is contained in:
Joshua Dwire 2016-05-06 14:55:26 -04:00
parent e3823775f1
commit 815ab471a1

View File

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