packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

Move Deep Link Resources into their own namespace #124

Closed dbhynds closed 10 months ago

dbhynds commented 10 months ago

Summary of Changes

This moves anything named LtiDeepLinkResource* into it's own DeepLinkResources namespace. It also abstracts a HasDimenions trait for shared usage.

Man, I really tried to make it understand that I was moving files. I even did git mv. Still, it didn't quite get it. Sorry.

Testing