onecentlin / laravel-adminer

Adminer database manager for Laravel 5+
MIT License
243 stars 45 forks source link

Should get driver name instead of connection name #15

Closed gahlawat closed 3 years ago

gahlawat commented 3 years ago

For example: in cases with pgsql and where connection name (say: mydb) is different than driver name i.e. pgsql, its not working

gahlawat commented 3 years ago

Hi @onecentlin, this fixes an error case as described above.

onecentlin commented 3 years ago

@gahlawat Fixed in 5.1.2. Thanks for contributing.