Ejemplo n.º 1
0
 public function __construct()
 {
     $this->client = new Client();
     //FIXME Auth::user();
     $this->user = User::where('email', 'user@cellar')->first();
 }