Results 3 issues of Chris Schalenborgh

Fixes this error: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b...

share() is removed in Laravel 5.4. Here's the fix: ``` php artisan vendor:publish --provider="Padosoft\AffiliateNetwork\AffiliateNetworkServiceProvider" Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Foundation\Application::share() ```

Hi, I get the following error when I run a very simple get_answer() function: ``` ErrorException Trying to access array offset on value of type null at vendor/adityadees/laravel-google-bard/src/LaravelBard.php:135 131▕ return...