From ebe7e68b536e284ec1f99f0d0331830a9c9625a2 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Oct 2018 20:59:31 -0500 Subject: [PATCH] finances librar --- app/Library/Finances.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Library/Finances.php b/app/Library/Finances.php index 863a79e92..fd2ce2696 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -26,8 +26,8 @@ class Finances { private $esi; public function __construct() { - $user = DB::table('users')->where('name', 'Minerva Arbosa')->get(); - dd($user); + $user = DB::table('users')->where('name', 'Minerva Arbosa')->first(); + $authentication = new \Seat\Eseye\Containers\EsiAuthentication([ 'client_id' => env('ESI_CLIENT_ID'), 'secret' => env('ESI_SECRET_KEY'),