This dries up the code for LTI Services fetching a collection of items. Similar code was duplicated across all 3 services, so this centralizes it in the ServiceConnector.
It also makes some package updates: the newest version of PHP-CS-Fixer and the correct guzzle package :man_facepalming:
Summary of Changes
This dries up the code for LTI Services fetching a collection of items. Similar code was duplicated across all 3 services, so this centralizes it in the ServiceConnector.
It also makes some package updates: the newest version of PHP-CS-Fixer and the correct guzzle package :man_facepalming:
Testing
composer test
composer lint-fix
This PR uses this branch on the platform :https://github.com/packbackbooks/questions/pull/4938. I've manually tested GBS and NRPS to verify they work.