finances library

This commit is contained in:
2018-10-28 20:57:36 -05:00
parent 0aad508bfa
commit 02774b14d8

View File

@@ -29,8 +29,8 @@ class Finances {
$user = DB::table('users')->where('name', 'Minerva Arbosa')->get();
$authentication = new \Seat\Eseye\Containers\EsiAuthentication([
'client_id' => env(ESI_CLIENT_ID),
'secret' => env(ESI_SECRET_KEY),
'client_id' => env('ESI_CLIENT_ID'),
'secret' => env('ESI_SECRET_KEY'),
'refresh_token' => $user->refresh_token,
]);