limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
50 stars 28 forks source link

Fixed concatenation in SCIMException for where condition throwing fatal error #26

Closed dmyers closed 1 year ago

dmyers commented 1 year ago

Fixes this error:

A non-numeric value encountered {"exception":"[object] (ErrorException(code: 0): A non-numeric value encountered at /var/www/html/vendor/arietimmerman/laravel-scim-server/src/Attribute/AttributeMapping.php:621)

arietimmerman commented 1 year ago

Thanks. This is what you get when you program Java once in a while.