Closed dbhynds closed 10 months ago
This moves anything named LtiDeepLinkResource* into it's own DeepLinkResources namespace. It also abstracts a HasDimenions trait for shared usage.
LtiDeepLinkResource*
DeepLinkResources
HasDimenions
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.
git mv
composer test
composer lint-fix
Summary of Changes
This moves anything named
LtiDeepLinkResource*
into it's ownDeepLinkResources
namespace. It also abstracts aHasDimenions
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
composer test
before opening this PRcomposer lint-fix
before opening this PR