baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
484 stars 128 forks source link

Allow connection name to be gathered dynamically #236

Closed xengulai closed 3 years ago

xengulai commented 3 years ago

Current functionality in the DynamoDbModel uses the property "connection" instead of calling the "getConnectionName()" method. This adds that functionality.

scrutinizer-notifier commented 3 years ago

The inspection completed: No new issues