limosa-io / laravel-scim-server

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

Fixed hardcoded schema id in urls for schema controller #29

Closed dmyers closed 1 year ago

dmyers commented 1 year ago

I was getting a 404 not found and also an error about calling $this->schemas->first(...) on null and I noticed the ID of 23 was hardcoded into the url.

arietimmerman commented 1 year ago

Thanks!