finances librar

This commit is contained in:
2018-10-28 20:59:31 -05:00
parent ae3f61b4fc
commit ebe7e68b53

View File

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