N'Bayramberdiyev

Results 4 comments of N'Bayramberdiyev

@sasokovacic Instead of running `php artisan tenancy:migrate`, please run `php artisan tenancy:run migrate`. Then you should be able to retrieve the current tenant in the migrations using `app(\Hyn\Tenancy\Environment::class)->tenant();`.

Done in https://github.com/PHP-DI/PHP-DI/pull/726.

I had the same problem and used backticks as a workaround: ```sql select * from `location` ```

I'm not sure adding `charset=utf-8` really has an effect since [the default JSON text encoding is UTF-8](https://www.rfc-editor.org/rfc/rfc7158#section-8.1).