Priyabrata Sarkar

Results 4 issues of Priyabrata Sarkar

recent changes broke composer update ![Screenshot (127)](https://user-images.githubusercontent.com/478293/94471268-790e0580-01e6-11eb-891f-898054057649.png)

Just add Laravel 7 alternate uuid versions

Lets use default version of uuid generation from laravel, Laravel 7 clashes with ramsey/uuid

Please make drivers.database.connection optional in Torann\Currency\Drivers\Database.php so default connection can be loaded always. ``` if( $this->config('connection') ){ $this->database = app('db')->connection($this->config('connection')); }else{ $this->database = app('db'); } ``` This will allow the...