class DatabaseSettingsRepository implements SettingsRepositoryInterface
No description
__construct(ConnectionInterface $connection)
array all()
mixed get($key, $default = null)
set($key, $value)
delete($key)