finances library

This commit is contained in:
2018-10-28 20:58:50 -05:00
parent 02774b14d8
commit ae3f61b4fc

View File

@@ -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'),