From ae3f61b4fc395f712ccc5995e06574c20c47b84d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Oct 2018 20:58:50 -0500 Subject: [PATCH] finances library --- app/Library/Finances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances.php b/app/Library/Finances.php index 118188bf4..863a79e92 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -27,7 +27,7 @@ class Finances { public function __construct() { $user = DB::table('users')->where('name', 'Minerva Arbosa')->get(); - + dd($user); $authentication = new \Seat\Eseye\Containers\EsiAuthentication([ 'client_id' => env('ESI_CLIENT_ID'), 'secret' => env('ESI_SECRET_KEY'),